diff options
| author | Jiyong Park <jiyong@google.com> | 2020-01-21 13:33:53 +0900 |
|---|---|---|
| committer | Jiyong Park <jiyong@google.com> | 2020-01-24 13:59:01 +0000 |
| commit | 024c5aa2dd0c559a6272f84ace2c450905568827 (patch) | |
| tree | a1305232606ff89d531a3aedf873428ceaf4d2bb /Android.bp | |
| parent | 2f9cf7711d68a1ef0df60d4690ea7e9bc0a8b33e (diff) | |
| download | platform_external_protobuf-024c5aa2dd0c559a6272f84ace2c450905568827.tar.gz platform_external_protobuf-024c5aa2dd0c559a6272f84ace2c450905568827.tar.bz2 platform_external_protobuf-024c5aa2dd0c559a6272f84ace2c450905568827.zip | |
libprotobuf-cpp-lite is removed from VNDK.
It is demoted to vendor_available library. Therefore it will be
installed to /vendor/lib[64] instead of /system/lib[64]/vndk.
Exempt-From-Owner-Approval: cherry-pick from internal
Bug: 147780271
Test: m
Merged-In: Iec1ab12d0f1d1a99d0c9ceddac1e285ece7a248d
Change-Id: Iec1ab12d0f1d1a99d0c9ceddac1e285ece7a248d
(cherry picked from commit c4516c078ddb38bcfd301e1183a1854e444c5bd3)
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 2ad73507e..a0f57524b 100644 --- a/Android.bp +++ b/Android.bp @@ -104,9 +104,6 @@ cc_library { host_supported: true, recovery_available: true, vendor_available: true, - vndk: { - enabled: true, - }, double_loadable: true, defaults: ["libprotobuf-cpp-lite-defaults"], |
