manifest: track our own qcom sepolicy repo

Let's give easy life for maintainers, avoids patching general avc_denials in the device policies.

Change-Id: I46c06b4597d9580082180c12c7190c77f3470486
Signed-off-by: Ícaro Hoff <icarohoff@gmail.com>
This commit is contained in:
Ícaro Hoff 2016-07-26 19:50:59 -03:00
parent 850e5a4220
commit 199baf898f
No known key found for this signature in database
GPG Key ID: 6B4C4E41BB6B4ABA
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@
<!-- CAF Additions --> <!-- CAF Additions -->
<project path="device/qcom/common" name="android_device_qcom_common" remote="aospa" /> <project path="device/qcom/common" name="android_device_qcom_common" remote="aospa" />
<project path="device/qcom/sepolicy" name="device/qcom/sepolicy" remote="caf" /> <project path="device/qcom/sepolicy" name="android_device_qcom_sepolicy" remote="aospa" />
<project path="hardware/qcom/bt" name="android_hardware_qcom_bt" remote="aospa" /> <project path="hardware/qcom/bt" name="android_hardware_qcom_bt" remote="aospa" />
<project path="hardware/qcom/wlan" name="android_hardware_qcom_wlan" remote="aospa" /> <project path="hardware/qcom/wlan" name="android_hardware_qcom_wlan" remote="aospa" />
<project path="system/qcom" name="platform/system/qcom" remote="caf" /> <project path="system/qcom" name="platform/system/qcom" remote="caf" />