diff options
author | 2021-02-16 18:31:02 +0000 | |
---|---|---|
committer | 2021-02-16 18:31:04 +0000 | |
commit | b19114e93bf5af4ce8e15d3fe6fcb84d5d922272 (patch) | |
tree | fc14042adcbe5748be3b5ba9b1565386c40eedbe /native/jni | |
parent | 478d45fde7d8edf97cfef9948dceafe92448eec7 (diff) | |
download | latinime-b19114e93bf5af4ce8e15d3fe6fcb84d5d922272.tar.gz latinime-b19114e93bf5af4ce8e15d3fe6fcb84d5d922272.tar.xz latinime-b19114e93bf5af4ce8e15d3fe6fcb84d5d922272.zip |
Mark liblatinime_unittests as unit_test:true to run in presubmit in CI
This will ensure that the target stays green.
Note: we will clean up the explicit unit_tests:true once cc_test default is changed.
Change-Id: I5153ca918e94b370b1f08289118877d209385ba2
Test: presubmit
Bug: 180014759
Diffstat (limited to 'native/jni')
-rw-r--r-- | native/jni/Android.bp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/native/jni/Android.bp b/native/jni/Android.bp index 7419ed1fe..b522cb3bd 100644 --- a/native/jni/Android.bp +++ b/native/jni/Android.bp @@ -179,7 +179,9 @@ cc_library_static { cc_test { name: "liblatinime_unittests", host_supported: true, - + test_options: { + unit_test: true, + }, cflags: [ "-Wno-unused-parameter", "-Wno-unused-function", |