Merge "Mark liblatinime_unittests as unit_test:true to run in presubmit in CI" am: e04480b68b
Original change: https://android-review.googlesource.com/c/platform/packages/inputmethods/LatinIME/+/1589854 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Idd588629cd634ebf3772d16bce882bc5b1732362main
commit
7471a535f4
|
@ -179,7 +179,9 @@ cc_library_static {
|
||||||
cc_test {
|
cc_test {
|
||||||
name: "liblatinime_unittests",
|
name: "liblatinime_unittests",
|
||||||
host_supported: true,
|
host_supported: true,
|
||||||
|
test_options: {
|
||||||
|
unit_test: true,
|
||||||
|
},
|
||||||
cflags: [
|
cflags: [
|
||||||
"-Wno-unused-parameter",
|
"-Wno-unused-parameter",
|
||||||
"-Wno-unused-function",
|
"-Wno-unused-function",
|
||||||
|
|
Loading…
Reference in New Issue