package { default_applicable_licenses: ["Android-Apache-2.0"], } genrule { name: "test_avf_debug_policy_with_ramdump", defaults: ["dts_to_dtb"], srcs: ["assets/avf_debug_policy_with_ramdump.dts"], out: ["avf_debug_policy_with_ramdump.dtbo"], } genrule { name: "test_avf_debug_policy_without_ramdump", defaults: ["dts_to_dtb"], srcs: ["assets/avf_debug_policy_without_ramdump.dts"], out: ["avf_debug_policy_without_ramdump.dtbo"], } genrule { name: "test_avf_debug_policy_with_adb", defaults: ["dts_to_dtb"], srcs: ["assets/avf_debug_policy_with_adb.dts"], out: ["avf_debug_policy_with_adb.dtbo"], } genrule { name: "test_avf_debug_policy_without_adb", defaults: ["dts_to_dtb"], srcs: ["assets/avf_debug_policy_without_adb.dts"], out: ["avf_debug_policy_without_adb.dtbo"], } java_test_host { name: "CustomPvmfwHostTestCases", srcs: ["java/**/*.java"], test_suites: ["general-tests"], libs: [ "androidx.annotation_annotation", "tradefed", ], static_libs: [ "MicrodroidHostTestHelper", "PvmfwHostTestHelper", "compatibility-host-util", ], per_testcase_directory: true, data: [ ":MicrodroidTestApp", ":pvmfw_test", ":test_avf_debug_policy_with_ramdump", ":test_avf_debug_policy_without_ramdump", ":test_avf_debug_policy_with_adb", ":test_avf_debug_policy_without_adb", "assets/bcc.dat", ], data_device_bins_first: ["dtc_static"], }