From b269472e9322191ec6ef7dd3638516ed12caf053 Mon Sep 17 00:00:00 2001 From: "Christopher R. Palmer" Date: Tue, 11 Nov 2014 13:01:29 -0500 Subject: [PATCH] msm8974-common: Add missing ","s in cm.dependencies Change-Id: I04f156cfbb18acf376997d92dc9bb1c3a843fab0 --- cm.dependencies | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cm.dependencies b/cm.dependencies index 23d3caf..f9a61a8 100644 --- a/cm.dependencies +++ b/cm.dependencies @@ -9,17 +9,17 @@ }, { "repository": "android_hardware_qcom_audio", - "target_path": "hardware/qcom/audio-caf/default" + "target_path": "hardware/qcom/audio-caf/default", "branch": "cm-12.0-caf-8974" }, { "repository": "android_hardware_qcom_display", - "target_path": "hardware/qcom/display-caf/msm8974" + "target_path": "hardware/qcom/display-caf/msm8974", "branch": "cm-12.0-caf-8974" }, { "repository": "android_hardware_qcom_media-caf-new", - "target_path": "hardware/qcom/media-caf/msm8974" + "target_path": "hardware/qcom/media-caf/msm8974", "branch": "cm-12.0-caf-8974" } ]