aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kosiński <krzysio@google.com>2023-09-22 21:18:09 +0000
committerKrzysztof Kosiński <krzysio@google.com>2023-09-22 21:18:09 +0000
commitd9b823b5bfdd375ae8b905390dd4e963a516e827 (patch)
tree44e9b64c809e2e8d4af353e5b9ca769f4deeab64
parentbed1e6c7125423e8a736d8cc8a8e761e030d6c60 (diff)
parent9f45171bc0f9a6b3147857d5e16598614a87427d (diff)
downloadregex-re2-d9b823b5bfdd375ae8b905390dd4e963a516e827.tar.gz
Manually merge aosp/2760185
Internal automerger won't work before the project is added to the main manifest. Bug: 279548314 Test: N/A, project not yet in main manifest. Change-Id: I1de6705840637ad59b7ac1f9879cb3bd29631eca
-rw-r--r--Android.bp7
1 files changed, 5 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 7a62d81..8e56985 100644
--- a/Android.bp
+++ b/Android.bp
@@ -52,9 +52,12 @@ cc_library_static {
],
}
-cc_test {
+// This test uses a minimal fork of GTest that is incompatible with Android
+// testing infrastructure, so it is currently a cc_binary rather than a cc_test.
+// It can be run directly and should produce a pass/fail result:
+// out/host/linux-x86/bin/regex_re2_test
+cc_binary_host {
name: "regex_re2_test",
- host_supported: true,
srcs: [
"re2/testing/backtrack.cc",
"re2/testing/charclass_test.cc",