From 3cdfe149229b451b593e9b67c9d7289de874ad5b Mon Sep 17 00:00:00 2001 From: Keun Soo Yim Date: Fri, 26 Aug 2016 18:55:21 -0700 Subject: [PATCH] build 32- and 64-bit libs (auto-generated) Change-Id: Iccb63cafc5db17abd423d589416d50ff21c89efa --- benchmarks/msgq/1.0/Android.mk | 1 + nfc/1.0/Android.mk | 1 + tests/bar/1.0/Android.mk | 1 + tests/expression/1.0/Android.mk | 1 + tests/foo/1.0/Android.mk | 1 + tests/libhwbinder/1.0/Android.mk | 1 + tests/msgq/1.0/Android.mk | 1 + 7 files changed, 7 insertions(+) diff --git a/benchmarks/msgq/1.0/Android.mk b/benchmarks/msgq/1.0/Android.mk index 0f4eff1b20..50ff8e55bf 100644 --- a/benchmarks/msgq/1.0/Android.mk +++ b/benchmarks/msgq/1.0/Android.mk @@ -31,4 +31,5 @@ LOCAL_SHARED_LIBRARIES := \ libhwbinder \ libutils \ +LOCAL_MULTILIB := both include $(BUILD_SHARED_LIBRARY) diff --git a/nfc/1.0/Android.mk b/nfc/1.0/Android.mk index 8d02748761..69c2f05797 100644 --- a/nfc/1.0/Android.mk +++ b/nfc/1.0/Android.mk @@ -65,4 +65,5 @@ LOCAL_SHARED_LIBRARIES := \ libhwbinder \ libutils \ +LOCAL_MULTILIB := both include $(BUILD_SHARED_LIBRARY) diff --git a/tests/bar/1.0/Android.mk b/tests/bar/1.0/Android.mk index 73359c0883..6d331822d3 100644 --- a/tests/bar/1.0/Android.mk +++ b/tests/bar/1.0/Android.mk @@ -32,6 +32,7 @@ LOCAL_SHARED_LIBRARIES := \ libutils \ android.hardware.tests.foo@1.0 \ +LOCAL_MULTILIB := both LOCAL_COMPATIBILITY_SUITE := vts -include test/vts/tools/build/Android.packaging_sharedlib.mk include $(BUILD_SHARED_LIBRARY) diff --git a/tests/expression/1.0/Android.mk b/tests/expression/1.0/Android.mk index cba9b5a9de..1ea1c5a48e 100644 --- a/tests/expression/1.0/Android.mk +++ b/tests/expression/1.0/Android.mk @@ -31,6 +31,7 @@ LOCAL_SHARED_LIBRARIES := \ libhwbinder \ libutils \ +LOCAL_MULTILIB := both LOCAL_COMPATIBILITY_SUITE := vts -include test/vts/tools/build/Android.packaging_sharedlib.mk include $(BUILD_SHARED_LIBRARY) diff --git a/tests/foo/1.0/Android.mk b/tests/foo/1.0/Android.mk index 7a0de551d7..0758b3d456 100644 --- a/tests/foo/1.0/Android.mk +++ b/tests/foo/1.0/Android.mk @@ -65,6 +65,7 @@ LOCAL_SHARED_LIBRARIES := \ libhwbinder \ libutils \ +LOCAL_MULTILIB := both LOCAL_COMPATIBILITY_SUITE := vts -include test/vts/tools/build/Android.packaging_sharedlib.mk include $(BUILD_SHARED_LIBRARY) diff --git a/tests/libhwbinder/1.0/Android.mk b/tests/libhwbinder/1.0/Android.mk index 1c5011c69e..ebbe3dadc4 100644 --- a/tests/libhwbinder/1.0/Android.mk +++ b/tests/libhwbinder/1.0/Android.mk @@ -31,6 +31,7 @@ LOCAL_SHARED_LIBRARIES := \ libhwbinder \ libutils \ +LOCAL_MULTILIB := both LOCAL_COMPATIBILITY_SUITE := vts -include test/vts/tools/build/Android.packaging_sharedlib.mk include $(BUILD_SHARED_LIBRARY) diff --git a/tests/msgq/1.0/Android.mk b/tests/msgq/1.0/Android.mk index 3b9a2808d2..e2f29bd607 100644 --- a/tests/msgq/1.0/Android.mk +++ b/tests/msgq/1.0/Android.mk @@ -31,6 +31,7 @@ LOCAL_SHARED_LIBRARIES := \ libhwbinder \ libutils \ +LOCAL_MULTILIB := both LOCAL_COMPATIBILITY_SUITE := vts -include test/vts/tools/build/Android.packaging_sharedlib.mk include $(BUILD_SHARED_LIBRARY)