Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemCore
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemCore
Commits
cecf5480
Commit
cecf5480
authored
Aug 14, 2018
by
Tom Cherry
Committed by
Gerrit Code Review
Aug 14, 2018
Browse files
Options
Downloads
Plain Diff
Merge "Include some warnings about vendor_available for fsmgr."
parents
3231be66
066fcdf8
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
fs_mgr/Android.bp
+4
-0
4 additions, 0 deletions
fs_mgr/Android.bp
with
4 additions
and
0 deletions
fs_mgr/Android.bp
+
4
−
0
View file @
cecf5480
...
@@ -31,6 +31,8 @@ cc_defaults {
...
@@ -31,6 +31,8 @@ cc_defaults {
}
}
cc_library {
cc_library {
// Do not ever allow this library to be vendor_available as a shared library.
// It does not have a stable interface.
name: "libfs_mgr",
name: "libfs_mgr",
defaults: ["fs_mgr_defaults"],
defaults: ["fs_mgr_defaults"],
recovery_available: true,
recovery_available: true,
...
@@ -90,6 +92,8 @@ cc_library {
...
@@ -90,6 +92,8 @@ cc_library {
}
}
cc_library_static {
cc_library_static {
// Do not ever make this a shared library as long as it is vendor_available.
// It does not have a stable interface.
name: "libfstab",
name: "libfstab",
vendor_available: true,
vendor_available: true,
recovery_available: true,
recovery_available: true,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment