commit | 08d87e70d8560c813bf0e528c1766ac79379c3f9 | [log] [tgz] |
---|---|---|
author | Ethan Chen <intervigil@gmail.com> | Sat Nov 08 23:25:53 2014 -0800 |
committer | InkSlinger666 <kengreenwood420666@gmail.com> | Sat Oct 10 23:07:51 2015 -0500 |
tree | 66e28acea899bcca151e2f2da67ff754e5ebc683 | |
parent | 00a89a8b6b5b0af894442bbcec030bd4d206300e [diff] |
display: Use project pathmap Change-Id: Idebfe1e9477b5b05410df11071f681eec8d41c74
diff --git a/Android.mk b/Android.mk index 0b984bc..973e7f6 100644 --- a/Android.mk +++ b/Android.mk
@@ -1,3 +1,5 @@ +ifeq ($(call my-dir),$(call project-path-for,qcom-display)) + ifneq ($(filter msm8084 msm8x84,$(TARGET_BOARD_PLATFORM)),) #This is for 8084 based platforms include $(call all-named-subdir-makefiles,msm8084) @@ -19,3 +21,5 @@ endif endif endif + +endif