Merge "[vold] expose binder headers to dependent modules" am: 51ff06df22
Original change: https://android-review.googlesource.com/c/platform/system/vold/+/1607482 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I32b3d8d656a07491b644c8fd05aa38b8031597a4
This commit is contained in:
commit
b06061cace
1 changed files with 3 additions and 0 deletions
|
@ -96,6 +96,9 @@ cc_library_static {
|
|||
whole_static_libs: [
|
||||
"libincremental_aidl-cpp",
|
||||
],
|
||||
export_shared_lib_headers: [
|
||||
"libbinder",
|
||||
],
|
||||
}
|
||||
|
||||
cc_library_headers {
|
||||
|
|
Loading…
Reference in a new issue