summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWei Li <weiwli@google.com>2024-05-02 19:50:29 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-05-02 19:50:29 +0000
commitfde818f4b22232ad29d4e7163331a876d425c424 (patch)
tree1bcea5988db4529b180500c59e2a055603e21eb6
parent30921a2965655a8ea8885e46379f9f42e812a1f8 (diff)
parent902cf930b59424c03930120c32df8aad86e2bbe4 (diff)
downloadatv-master.tar.gz
Merge "Remove Android.mk which is unused." into mainHEADmastermain
-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