Loading mk2rbc/android_products_test.go +0 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading mk2rbc/test/android_products.mk.test +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 Loading
mk2rbc/android_products_test.go +0 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading
mk2rbc/test/android_products.mk.test +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