Revert^4 "Add golden device tree test for backwards compatibility check"
This reverts commit 73d70253f377b5182deacd2328d5aca106e0dbba.
Reason for revert: Fixed test - added option to disable PMU
Bug: 360388014
Test: atest MicrodroidHostTestCases:com.android.microdroid.test.MicrodroidHostTests#microdroidProtectedDeviceTreeCompat_gki_null
Test: ABTD run
Change-Id: I16bca8e71fb60f07673529030570728afab36d02
diff --git a/tests/hostside/Android.bp b/tests/hostside/Android.bp
index d0838a6..1f86d6b 100644
--- a/tests/hostside/Android.bp
+++ b/tests/hostside/Android.bp
@@ -26,6 +26,7 @@
":microdroid_general_sepolicy.conf",
":test.com.android.virt.pem",
":test2.com.android.virt.pem",
+ "java/**/goldens/dt_dump_*",
],
data_native_bins: [
"sepolicy-analyze",
@@ -38,6 +39,7 @@
"lz4",
"sign_virt_apex",
"simg2img",
+ "dtc",
],
// java_test_host doesn't have data_native_libs but jni_libs can be used to put
// native modules under ./lib directory.
@@ -48,6 +50,7 @@
"libcrypto_utils",
"libcrypto",
"libext4_utils",
+ "libfdt",
"liblog",
"liblp",
"libsparse",