Removing references to arm7 emulator targets.

Test: Makefiles no longer exist.
Bug: 258197384
Change-Id: Id7ba8957dee12259379c4852aed9cc7640a28a9a
This commit is contained in:
Alfred Piccioni
2022-11-30 10:57:46 +01:00
parent 32f3de64d8
commit dfa78b5e90
2 changed files with 0 additions and 2 deletions

View File

@@ -29,7 +29,6 @@ func TestProductsMakefile(t *testing.T) {
}
expectedProducts := map[string]string{
"aosp_cf_x86_tv": abspath("vsoc_x86/tv/device.mk"),
"aosp_tv_arm": abspath("aosp_tv_arm.mk"),
"aosp_tv_arm64": abspath("aosp_tv_arm64.mk"),
}
if !reflect.DeepEqual(actualProducts, expectedProducts) {

View File

@@ -1,4 +1,3 @@
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/aosp_tv_arm.mk \
$(LOCAL_DIR)/aosp_tv_arm64.mk \
aosp_cf_x86_tv:$(LOCAL_DIR)/vsoc_x86/tv/device.mk