aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-01-21 13:33:53 +0900
committerJiyong Park <jiyong@google.com>2020-01-24 13:59:01 +0000
commit024c5aa2dd0c559a6272f84ace2c450905568827 (patch)
treea1305232606ff89d531a3aedf873428ceaf4d2bb
parent2f9cf7711d68a1ef0df60d4690ea7e9bc0a8b33e (diff)
downloadprotobuf-024c5aa2dd0c559a6272f84ace2c450905568827.tar.gz
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)
-rw-r--r--Android.bp3
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"],