Skip to content

Commit

Permalink
Make libbinderwrapper available in /vendor partition
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Juho Ha committed Apr 5, 2018
1 parent bd7b2dc commit fea13b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libbinderwrapper/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ cc_defaults {
cc_library_shared {
name: "libbinderwrapper",
defaults: ["libbinderwrapper_defaults"],
vendor_available: true,

srcs: [
"binder_wrapper.cc",
Expand Down

0 comments on commit fea13b8

Please sign in to comment.