manifest: Fork dalvik to CM.

Since test coverage verification through
  cts requires static analysis through dexdeps,
  fork dalvik to be able to modify the tools.

Change-Id: I5c791126b310d3d9f4c3d270e5c9f1a2c52e3b21
TICKET: CYNGNOS-2189
This commit is contained in:
Adnan Begovic 2016-03-03 11:05:53 -08:00
parent 5c44250793
commit 8d101bd840
1 changed files with 1 additions and 1 deletions

View File

@ -28,6 +28,7 @@
<project path="bionic" name="CyanogenMod/android_bionic" groups="pdk" />
<project path="bootable/recovery" name="CyanogenMod/android_bootable_recovery" groups="pdk" />
<project path="cts" name="platform/cts" groups="cts,pdk-cw-fs,pdk-fs" revision="marshmallow-cts-release" remote="aosp" />
<project path="dalvik" name="CyanogenMod/android_dalvik" groups="pdk-cw-fs,pdk-fs" />
<project path="development" name="CyanogenMod/android_development" groups="pdk-cw-fs,pdk-fs" />
<project path="device/common" name="CyanogenMod/android_device_common" groups="pdk-cw-fs,pdk-fs" />
<project path="device/generic/arm64" name="CyanogenMod/android_device_generic_arm64" groups="pdk" />
@ -311,7 +312,6 @@
<!-- END CYANOGENMOD -->
<!-- BEGIN AOSP -->
<project path="dalvik" name="platform/dalvik" groups="pdk-cw-fs,pdk-fs" remote="aosp" />
<project path="developers/build" name="platform/developers/build" remote="aosp" />
<project path="developers/samples/android" name="platform/developers/samples/android" remote="aosp" />
<project path="device/generic/mini-emulator-arm64" name="device/generic/mini-emulator-arm64" groups="pdk" remote="aosp" />