OSDN Git Service

qcom: Properly select media hal root
authorEthan Chen <intervigil@gmail.com>
Wed, 24 Aug 2016 22:23:03 +0000 (18:23 -0400)
committerSteve Kondik <steve@cyngn.com>
Sun, 4 Sep 2016 04:47:36 +0000 (21:47 -0700)
AOSP split the media hal into msm8974 and msm8996, better to
just add target named symlinks in the media hal than ifdefs
here for the sake of cleanliness

Change-Id: I87f06b9c1b8939a8a8868ff35fcf6e8f5ec48b51

core/qcom_target.mk

index a7af574..0327982 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/default)
+$(call project-set-path,qcom-media,hardware/qcom/media/$(TARGET_BOARD_PLATFORM))
 
 $(call project-set-path,qcom-camera,hardware/qcom/camera)
 $(call project-set-path,qcom-gps,hardware/qcom/gps)