Merge "Add recovery_available: true to init dependencies"
This commit is contained in:
commit
24f226df87
3 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ cc_library {
|
|||
srcs: ["processgroup.cpp"],
|
||||
name: "libprocessgroup",
|
||||
host_supported: true,
|
||||
recovery_available: true,
|
||||
shared_libs: ["libbase"],
|
||||
export_include_dirs: ["include"],
|
||||
cflags: [
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ cc_library_headers {
|
|||
cc_library_headers {
|
||||
name: "bootimg_headers",
|
||||
vendor_available: true,
|
||||
recovery_available: true,
|
||||
export_include_dirs: ["include/bootimg"],
|
||||
host_supported: true,
|
||||
target: {
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ cc_defaults {
|
|||
cc_library_static {
|
||||
name: "libpropertyinfoserializer",
|
||||
defaults: ["propertyinfoserializer_defaults"],
|
||||
recovery_available: true,
|
||||
srcs: [
|
||||
"property_info_file.cpp",
|
||||
"property_info_serializer.cpp",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue