Mark as recovery_available:true
Libraries that are direct or indirect dependencies of modules installed to recovery partition (e.g. adbd) are marked as recovery_available: true. This allows a recovery variant of the lib is created when it is depended by other recovery or recovery_available modules. Bug: 79146551 Test: m -j Change-Id: I1181fa0646d840c0194e4af2043ec228ec9eff16
This commit is contained in:
parent
3f736c9661
commit
6caa21aa82
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
cc_library_static {
|
||||
name: "libbuildversion",
|
||||
host_supported: true,
|
||||
recovery_available: true,
|
||||
srcs: ["libbuildversion.cpp"],
|
||||
export_include_dirs: ["include"],
|
||||
cflags: ["-fvisibility=hidden"],
|
||||
|
|
Loading…
Reference in a new issue