OSDN Git Service

qcom: Fix media pathmap for AOSP variant
authorRicardo Cerqueira <ricardo@cyngn.com>
Sun, 11 Sep 2016 22:58:34 +0000 (23:58 +0100)
committerRicardo Cerqueira <ricardo@cyngn.com>
Sun, 11 Sep 2016 23:03:53 +0000 (00:03 +0100)
The makefile now lives at the top and does platform selection

Change-Id: I79255f8b98542f6298a74947fc91eeffca523e81

core/qcom_target.mk

index 0327982..29e134a 100644 (file)
@@ -118,7 +118,7 @@ else
 
 $(call project-set-path,qcom-audio,hardware/qcom/audio/default)
 $(call project-set-path,qcom-display,hardware/qcom/display/$(TARGET_BOARD_PLATFORM))
-$(call project-set-path,qcom-media,hardware/qcom/media/$(TARGET_BOARD_PLATFORM))
+$(call project-set-path,qcom-media,hardware/qcom/media)
 
 $(call project-set-path,qcom-camera,hardware/qcom/camera)
 $(call project-set-path,qcom-gps,hardware/qcom/gps)