Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b42eaef0 authored by Alfred Piccioni's avatar Alfred Piccioni
Browse files

Removing references to arm7 emulator targets.

Test: Makefiles no longer exist.
Bug: 258197384
Change-Id: Id7ba8957dee12259379c4852aed9cc7640a28a9a
parent d06db5dd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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) {
+0 −1
Original line number Diff line number Diff line
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
 No newline at end of file