diff options
| author | android-build-team Robot <android-build-team-robot@google.com> | 2020-07-15 01:05:40 +0000 |
|---|---|---|
| committer | android-build-team Robot <android-build-team-robot@google.com> | 2020-07-15 01:05:40 +0000 |
| commit | e25b9bd1084a3816eb2b2d81d5d353111e7f5789 (patch) | |
| tree | e5b7cc3214c6a1c5073defb42c5d021216582c86 | |
| parent | a1812ec4406124a32c5b8cc52c2072af54c0de13 (diff) | |
| parent | 1ff51e31985dfc4f8aca1286923b98aa0362e83c (diff) | |
| download | platform_external_protobuf-android11-release.tar.gz platform_external_protobuf-android11-release.tar.bz2 platform_external_protobuf-android11-release.zip | |
Snap for 6680390 from 1ff51e31985dfc4f8aca1286923b98aa0362e83c to rvc-releaseandroid-vts-11.0_r1android-cts-11.0_r1android-11.0.0_r3android-11.0.0_r2android-11.0.0_r17android-11.0.0_r1android11-tests-releaseandroid11-release
Change-Id: I84211941d89936e89bd04ebb3fde4b74626bfb77
| -rw-r--r-- | Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index d5fc742c4..3d5ac1a00 100644 --- a/Android.bp +++ b/Android.bp @@ -211,6 +211,8 @@ cc_library { defaults: ["libprotobuf-cpp-full-defaults"], host_supported: true, vendor_available: true, + // TODO(b/153609531): remove when no longer needed. + native_bridge_supported: true, target: { android: { static: { |
