summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorPaul Trautrim <paultrautrim@google.com>2019-02-21 17:15:42 +0900
committerPaul Trautrim <paultrautrim@google.com>2019-05-20 17:57:29 +0900
commitbdecb22ce2ef2b6a22c433d70d27bafe7f23e683 (patch)
treea9b2135134fb3ae4f6129e24855f7dff78af026c /Android.bp
parent448072c2e355cc39c9186257d4b688cb202e4fb8 (diff)
downloadgsid-bdecb22ce2ef2b6a22c433d70d27bafe7f23e683.tar.gz
Add end-to-end test for Dynamic System Updates
Bug: 116513434 Test: lunch aosp_cf_x86_phone-userdebug, atest -v DSUEndtoEndTest -- --test-arg \ com.android.tradefed.testtype.HostTest:set-option:system_image_path:/full/path/to/system.img Change-Id: Iac5e28d499908830bd8956a5c2ee0bb39539514d
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp22
1 files changed, 0 insertions, 22 deletions
diff --git a/Android.bp b/Android.bp
index 4cefc42..bfb38f9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -81,28 +81,6 @@ cc_binary {
local_include_dirs: ["include"],
}
-cc_test {
- name: "gsi_boot_test",
- shared_libs: [
- "libbase",
- "libcutils",
- "libhardware",
- "libhidlbase",
- "libhidltransport",
- "libhwbinder",
- "liblog",
- "libutils",
- ],
- static_libs: [
- "libext4_utils",
- "libfstab",
- "android.hardware.weaver@1.0",
- ],
- srcs: [
- "tests/boot_tests.cpp",
- ],
-}
-
aidl_interface {
name: "gsi_aidl_interface",
srcs: [