aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvichang <vichang@google.com>2019-02-12 18:00:47 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-02-12 18:00:47 +0000
commitb860bab32f6f03c62f94abb7a7c850d7a44d3052 (patch)
treeebedc93d543a60a7a86a0f9056421e58c662d724
parentc85a199ffbcffbcc48e93fa2626e764e05677d89 (diff)
parentdd86c2af21d1f34f367124c5709a11644a0e16a5 (diff)
downloadchromium-libpac-b860bab32f6f03c62f94abb7a7c850d7a44d3052.tar.gz
Merge "Use the non-APEX version for C++ API for libpac unittest"
-rw-r--r--test/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Android.bp b/test/Android.bp
index 656dfaa..5910ebb 100644
--- a/test/Android.bp
+++ b/test/Android.bp
@@ -11,6 +11,9 @@ cc_test {
"-Wno-format",
],
+ // Use the non-APEX version for C++ API.
+ bootstrap: true,
+
shared_libs: [
"libpac",
"libutils",