aboutsummaryrefslogtreecommitdiff
path: root/TEST_MAPPING
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2019-08-16 14:22:26 -0700
committerColin Cross <ccross@android.com>2019-09-04 12:56:30 -0700
commit5bb33a575737cb2f6e5acdeea8db25e088ea07f7 (patch)
treea41056379107d3928a1ca0df4fe35611d64b244a /TEST_MAPPING
parentb7ae2affb13dcb5663a272d1ced0fd20a490de70 (diff)
downloadprotobuf-5bb33a575737cb2f6e5acdeea8db25e088ea07f7.tar.gz
Version vendor libprotobuf-cpp-* libraries
Vendor prebuilts reference the protobuf runtime libraries, but the runtime libraries do not have a stable ABI. Add a version suffix to the names of the libraries when used by vendor modules so that old versions can be left in place when the protobuf version is updated. Also adds a test that verifies that the library names match the version number to ensure the version number gets updated when protobuf is updated. Bug: 117607748 Test: libprotobuf_vendor_suffix_test Change-Id: Iee5bbe95cb898f8ab552028f32e4b40d67f54f23
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r--TEST_MAPPING7
1 files changed, 7 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
new file mode 100644
index 000000000..21a533459
--- /dev/null
+++ b/TEST_MAPPING
@@ -0,0 +1,7 @@
+{
+ "presubmit": [
+ {
+ "name": "libprotobuf_vendor_suffix_test"
+ }
+ ]
+}