diff options
| author | Jiyong Park <jiyong@google.com> | 2020-01-17 00:52:56 +0900 |
|---|---|---|
| committer | Jiyong Park <jiyong@google.com> | 2020-01-17 00:53:14 +0900 |
| commit | 5fbc807c0d6edd159f4c28426f559b3ccb1f7aa1 (patch) | |
| tree | 1175f46affdbf74f5f92c74972ad271eeddc874a /Android.bp | |
| parent | e6ebc68a04883e79701373894a8eceb142b9c258 (diff) | |
| download | platform_external_protobuf-5fbc807c0d6edd159f4c28426f559b3ccb1f7aa1.tar.gz platform_external_protobuf-5fbc807c0d6edd159f4c28426f559b3ccb1f7aa1.tar.bz2 platform_external_protobuf-5fbc807c0d6edd159f4c28426f559b3ccb1f7aa1.zip | |
libprotobuf-cpp-full is removed from VNDK.
It is demoted to vendor_avaialble library. Therefore it will be
installed to /vendor/lib[64] instead of /system/lib[64]/vndk.
Bug: 147780271
Test: m
Change-Id: Iebb2fe49cf3a9b8f437fd831ea322d22001e8c90
Diffstat (limited to 'Android.bp')
| -rw-r--r-- | Android.bp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp index cb008b1e3..2ad73507e 100644 --- a/Android.bp +++ b/Android.bp @@ -209,9 +209,6 @@ cc_library { defaults: ["libprotobuf-cpp-full-defaults"], host_supported: true, vendor_available: true, - vndk: { - enabled: true, - }, target: { android: { static: { |
