diff options
author | Tao Bao <tbao@google.com> | 2018-08-16 04:41:08 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-08-16 04:41:08 +0200 |
commit | df262a883c951423e7844e551779d4c2f9792b31 (patch) | |
tree | b6ac2087ee2cebd870ea4ed2a71d516bb3fcd8c6 | |
parent | Merge "Fixing the Mac SDK build" am: 0b66e96da5 am: f13b38ca72 (diff) | |
parent | Merge "tests: Add the missing tests in applypatch_modes_test.cpp." am: f83d9f6b71 (diff) | |
download | android_bootable_recovery-df262a883c951423e7844e551779d4c2f9792b31.tar android_bootable_recovery-df262a883c951423e7844e551779d4c2f9792b31.tar.gz android_bootable_recovery-df262a883c951423e7844e551779d4c2f9792b31.tar.bz2 android_bootable_recovery-df262a883c951423e7844e551779d4c2f9792b31.tar.lz android_bootable_recovery-df262a883c951423e7844e551779d4c2f9792b31.tar.xz android_bootable_recovery-df262a883c951423e7844e551779d4c2f9792b31.tar.zst android_bootable_recovery-df262a883c951423e7844e551779d4c2f9792b31.zip |
-rw-r--r-- | tests/Android.bp | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/tests/Android.bp b/tests/Android.bp index a880b76d8..dc20f3326 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -108,15 +108,7 @@ cc_test { test_suites: ["device-tests"], srcs: [ - "unit/asn1_decoder_test.cpp", - "unit/applypatch_test.cpp", - "unit/commands_test.cpp", - "unit/dirutil_test.cpp", - "unit/locale_test.cpp", - "unit/rangeset_test.cpp", - "unit/screen_ui_test.cpp", - "unit/sysutil_test.cpp", - "unit/zip_test.cpp", + "unit/*.cpp", ], static_libs: libapplypatch_static_libs + [ @@ -161,16 +153,7 @@ cc_test { test_suites: ["device-tests"], srcs: [ - "component/bootloader_message_test.cpp", - "component/edify_test.cpp", - "component/imgdiff_test.cpp", - "component/install_test.cpp", - "component/resources_test.cpp", - "component/sideload_test.cpp", - "component/uncrypt_test.cpp", - "component/updater_test.cpp", - "component/update_verifier_test.cpp", - "component/verifier_test.cpp", + "component/*.cpp", ], static_libs: libapplypatch_static_libs + librecovery_static_libs + [ |