Make libbinderwrapper available in /vendor partition
Some modules in /vendor partition need to use this library. Bug: 77626538 Test: Build docs, test_suites_arm64, test_suites_x86_64 in Android Things branch Change-Id: Iec50a4dd9af7cd3b426e5d34d0dd1bf923ece627
This commit is contained in:
parent
bd7b2dcaca
commit
fea13b8501
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ cc_defaults {
|
|||
cc_library_shared {
|
||||
name: "libbinderwrapper",
|
||||
defaults: ["libbinderwrapper_defaults"],
|
||||
vendor_available: true,
|
||||
|
||||
srcs: [
|
||||
"binder_wrapper.cc",
|
||||
|
|
Loading…
Reference in a new issue