From c1a5e26fd905df829c6e2bbc24b0500af4a5b357 Mon Sep 17 00:00:00 2001 From: Tianjie Xu Date: Wed, 22 May 2019 14:34:12 -0700 Subject: Implement an update simulator to verify BB OTA packages on host Implement the simulator runtime and build the updater simulator as a host executable. The code to parse the target-files and mocks the block devices will be submitted in the follow-up. Bug: 131911365 Test: unit tests pass Change-Id: Ib1ba939aec8333ca68a45139514d772ad7a27ad8 --- tests/Android.bp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Android.bp b/tests/Android.bp index 67a65ae9e..4969c087b 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -108,6 +108,7 @@ cc_test { defaults: [ "recovery_test_defaults", "libupdater_defaults", + "libupdater_device_defaults", ], test_suites: ["device-tests"], @@ -121,7 +122,8 @@ cc_test { "libfusesideload", "libminui", "libotautil", - "libupdater", + "libupdater_device", + "libupdater_core", "libupdate_verifier", "libgtest_prod", -- cgit v1.2.3