summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authoralk3pInjection <webmaster@raspii.tech>2022-01-19 10:02:50 +0800
committeralk3pInjection <webmaster@raspii.tech>2022-01-19 10:02:50 +0800
commit3139cbbbed37bd25302ec153ca408b4132964d3c (patch)
treeba93f2f41ff77fbc3d5fdf6910c89874485720e3 /Android.mk
parenta3d287ba3cb415ec8f337921c228764e79c161ab (diff)
Revert "media: Use project pathmap"HEADsugisawa-8150
This reverts commit 05881a16d44b82554ede964176854dcf209f9bbb. Change-Id: If25c8429ad328125dde4f59c156ef463763081ff
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index c86f7248..eae0e2b9 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,5 +1,3 @@
-ifeq ($(call my-dir),$(call project-path-for,qcom-media))
-
QCOM_MEDIA_ROOT := $(call my-dir)
#Compile these for all targets under QCOM_BOARD_PLATFORMS list.
@@ -17,5 +15,3 @@ ifeq ($(ENABLE_HYP),true)
include $(QCOM_MEDIA_ROOT)/hypv-intercept/Android.mk
endif
endif
-
-endif