summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2020-12-31 16:36:06 +0200
committerMichael Bestas <mkbestas@lineageos.org>2020-12-31 16:40:45 +0200
commit493a7e6e67fec720b8880945aa95b742d31e97ac (patch)
tree5e4ce3de734d6ee0aaa3677b2f6ee97db779aac8
parent4d062128d36c69f3c1045128025ad91a34e8318f (diff)
AudioFX: Remove deprecated ONE_SHOT_MAKEFILE
* Deprecated since I98221657024d824a61c0d721d5c7dd1a2ea2fb1e Change-Id: Ib43265d15cb4a82b9393103a46ba1b68da291158
-rw-r--r--Android.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/Android.mk b/Android.mk
index 3f936d8..69479e4 100644
--- a/Android.mk
+++ b/Android.mk
@@ -35,8 +35,3 @@ LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/permissions
LOCAL_SRC_FILES := $(LOCAL_MODULE)
include $(BUILD_PREBUILT)
-
-# Use the following include to make our test apk.
-ifeq (,$(ONE_SHOT_MAKEFILE))
-include $(call all-makefiles-under,$(LOCAL_PATH))
-endif