Make apex availability of libpropertyinfoparser and libpropertyinfoparser explicit
The availability to runtime apex was done implicitly using a baseline map in build/soong/apex/apex.go. Make this explicit in Android.bp Bug: 281077552 Test: m nothing Change-Id: Iba1f30ef57c0707189ec79813ef501029135eeba
This commit is contained in:
parent
e6bc0264a9
commit
2e5cfbc1a4
2 changed files with 5 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ cc_library_static {
|
||||||
|
|
||||||
export_header_lib_headers: ["libdebuggerd_common_headers"],
|
export_header_lib_headers: ["libdebuggerd_common_headers"],
|
||||||
export_include_dirs: ["tombstoned/include"],
|
export_include_dirs: ["tombstoned/include"],
|
||||||
|
apex_available: ["com.android.runtime"],
|
||||||
}
|
}
|
||||||
|
|
||||||
// Core implementation, linked into libdebuggerd_handler and the dynamic linker.
|
// Core implementation, linked into libdebuggerd_handler and the dynamic linker.
|
||||||
|
|
|
||||||
|
|
@ -25,4 +25,8 @@ cc_library_static {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
export_include_dirs: ["include"],
|
export_include_dirs: ["include"],
|
||||||
|
apex_available: [
|
||||||
|
"//apex_available:platform",
|
||||||
|
"com.android.runtime",
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue