summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWei Li <weiwli@google.com>2024-04-30 12:50:49 -0700
committerWei Li <weiwli@google.com>2024-04-30 12:50:49 -0700
commit902cf930b59424c03930120c32df8aad86e2bbe4 (patch)
tree24721ff5286dbfb8f7312be0afe76e466fb8f01b
parent22369fbd1b45b27387d000210d15e1defe3499ba (diff)
downloadatv-902cf930b59424c03930120c32df8aad86e2bbe4.tar.gz
Remove Android.mk which is unused.
This file should have been removed in aosp/3042775 since it is not included by device/google/atv/Android.mk and it is not used even before device/google/atv/Android.mk is removed. Bug: 309884347 Test: CIs Change-Id: I748d12b5afb8f91d7fdfd090bbef37ffb82f5124
-rw-r--r--sdk/Android.mk17
1 files changed, 0 insertions, 17 deletions
diff --git a/sdk/Android.mk b/sdk/Android.mk
deleted file mode 100644
index b9c762e..0000000
--- a/sdk/Android.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-ifeq ($(PRODUCT_IS_ATV_SDK),true)
-# Refer to development/build/Android.mk
-source_properties_file := \
- $(HOST_OUT)/device/google/atv/sdk/images_$(TARGET_CPU_ABI)_source.properties
-
-ALL_SDK_FILES += $(source_properties_file)
-
-$(source_properties_file): $(TOPDIR)device/google/atv/sdk/images_$(TARGET_CPU_ABI)_source.prop_template
- @echo Generate $@
- $(hide) mkdir -p $(dir $@)
- $(hide) sed -e 's/$${PLATFORM_VERSION}/$(PLATFORM_VERSION)/' \
- -e 's/$${PLATFORM_SDK_VERSION}/$(PLATFORM_SDK_VERSION)/' \
- -e 's/$${PLATFORM_VERSION_CODENAME}/$(subst REL,,$(PLATFORM_VERSION_CODENAME))/' \
- $< > $@ && sed -i -e '/^AndroidVersion.CodeName=\s*$$/d' $@
-
-source_properties_file :=
-endif # ATV SDK build