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:
parent
850e5a4220
commit
199baf898f
|
@ -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" />
|
||||||
|
|
Loading…
Reference in New Issue