2020-09-16 15:08:48 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<manifest>
|
|
|
|
|
2020-09-21 22:33:00 +00:00
|
|
|
<!-- Build and Core-->
|
|
|
|
<remove-project name="platform/art" />
|
|
|
|
<project path="art" name="AOSPA/android_art" remote="aospa" />
|
|
|
|
<remove-project name="platform/bionic" />
|
|
|
|
<project path="bionic" name="AOSPA/android_bionic" remote="aospa" />
|
2020-09-16 15:08:48 +00:00
|
|
|
<remove-project name="platform/build" />
|
|
|
|
<project path="build/make" name="AOSPA/android_build" remote="aospa" >
|
|
|
|
<copyfile src="core/root.mk" dest="Makefile" />
|
|
|
|
<linkfile src="CleanSpec.mk" dest="build/CleanSpec.mk" />
|
|
|
|
<linkfile src="buildspec.mk.default" dest="build/buildspec.mk.default" />
|
|
|
|
<linkfile src="core" dest="build/core" />
|
|
|
|
<linkfile src="envsetup.sh" dest="build/envsetup.sh" />
|
|
|
|
<linkfile src="target" dest="build/target" />
|
|
|
|
<linkfile src="tools" dest="build/tools" />
|
|
|
|
</project>
|
|
|
|
<remove-project name="platform/build/soong" />
|
|
|
|
<project path="build/soong" name="AOSPA/android_build_soong" remote="aospa" >
|
|
|
|
<linkfile src="root.bp" dest="Android.bp" />
|
|
|
|
<linkfile src="bootstrap.bash" dest="bootstrap.bash" />
|
|
|
|
</project>
|
|
|
|
|
2020-09-17 23:59:10 +00:00
|
|
|
<!-- Device -->
|
2020-09-26 01:20:25 +00:00
|
|
|
<remove-project name="device/qcom/common" />
|
|
|
|
<project path="device/qcom/common" name="AOSPA/android_device_qcom_common" remote="aospa" >
|
|
|
|
<linkfile dest="vendor/qcom/build/tasks/generate_extra_images.mk" src="generate_extra_images.mk"/>
|
|
|
|
</project>
|
2020-09-17 23:59:10 +00:00
|
|
|
<remove-project name="kernel/build" />
|
|
|
|
<project path="device/qcom/kernelscripts" name="AOSPA/android_kernel_build" remote="aospa" >
|
2020-09-26 01:15:27 +00:00
|
|
|
<linkfile dest="vendor/qcom/build/tasks/kernel_definitions.mk" src="kernel_definitions.mk"/>
|
2020-09-17 23:59:10 +00:00
|
|
|
</project>
|
|
|
|
|
2020-09-16 15:08:48 +00:00
|
|
|
<!-- External -->
|
2020-09-24 03:20:05 +00:00
|
|
|
<remove-project name="platform/external/arm-optimized-routines" />
|
|
|
|
<project path="external/arm-optimized-routines" name="AOSPA/android_external_arm-optimized-routines" remote="aospa" />
|
2020-09-16 15:08:48 +00:00
|
|
|
<remove-project name="platform/external/json-c" />
|
|
|
|
<project path="external/json-c" name="AOSPA/android_external_json-c" remote="aospa" />
|
2020-09-21 23:17:24 +00:00
|
|
|
<remove-project name="platform/external/libjpeg-turbo" />
|
|
|
|
<project path="external/libjpeg-turbo" name="AOSPA/android_external_libjpeg-turbo" remote="aospa" />
|
|
|
|
<remove-project name="platform/external/libpng" />
|
|
|
|
<project path="external/libpng" name="AOSPA/android_external_libpng" remote="aospa" />
|
2020-09-22 04:05:25 +00:00
|
|
|
<remove-project name="platform/external/zlib" />
|
|
|
|
<project path="external/zlib" name="AOSPA/android_external_zlib" remote="aospa" />
|
2020-09-16 15:08:48 +00:00
|
|
|
|
2020-10-18 02:34:37 +00:00
|
|
|
<!-- External (AOSP) -->
|
|
|
|
<remove-project name="platform/external/libhevc" />
|
|
|
|
<project path="external/libhevc" name="platform/external/libhevc" remote="aosp" />
|
|
|
|
|
2020-09-16 15:08:48 +00:00
|
|
|
<!-- Frameworks -->
|
2020-10-18 02:39:07 +00:00
|
|
|
<remove-project name="platform/frameworks/av" />
|
|
|
|
<project path="frameworks/av" name="AOSPA/android_frameworks_av" remote="aospa" />
|
2020-09-16 15:08:48 +00:00
|
|
|
<remove-project name="platform/frameworks/base" />
|
|
|
|
<project path="frameworks/base" name="AOSPA/android_frameworks_base" remote="aospa" />
|
2020-10-06 02:57:24 +00:00
|
|
|
<remove-project name="platform/frameworks/native" />
|
|
|
|
<project path="frameworks/native" name="AOSPA/android_frameworks_native" remote="aospa" />
|
2020-09-16 15:08:48 +00:00
|
|
|
|
2020-09-20 08:40:26 +00:00
|
|
|
<!-- Hardware -->
|
2020-09-21 22:33:00 +00:00
|
|
|
<remove-project name="platform/hardware/interfaces" />
|
|
|
|
<project path="hardware/interfaces" name="AOSPA/android_hardware_interfaces" remote="aospa" />
|
2020-09-20 08:40:26 +00:00
|
|
|
<remove-project name="platform/hardware/qcom/wlan" />
|
|
|
|
<project path="hardware/qcom/wlan" name="AOSPA/android_hardware_qcom_wlan" remote="aospa" />
|
|
|
|
|
2020-09-16 15:08:48 +00:00
|
|
|
<!-- Manifest -->
|
|
|
|
<project path="manifest" name="AOSPA/manifest" remote="aospa" />
|
|
|
|
|
|
|
|
<!-- Packages -->
|
2020-10-10 15:08:04 +00:00
|
|
|
<remove-project name="platform/packages/apps/Launcher3" />
|
|
|
|
<project path="packages/apps/Launcher3" name="AOSPA/android_packages_apps_ParanoidLauncher" remote="aospa" />
|
2020-09-16 15:08:48 +00:00
|
|
|
<remove-project name="platform/packages/apps/Settings" />
|
|
|
|
<project path="packages/apps/Settings" name="AOSPA/android_packages_apps_Settings" remote="aospa" />
|
2020-09-27 19:24:00 +00:00
|
|
|
<remove-project name="platform/packages/apps/ThemePicker" />
|
|
|
|
<project path="packages/apps/ThemePicker" name="AOSPA/android_packages_apps_ThemePicker" remote="aospa" />
|
|
|
|
<remove-project name="platform/packages/apps/WallpaperPicker2" />
|
|
|
|
<project path="packages/apps/WallpaperPicker2" name="AOSPA/android_packages_apps_WallpaperPicker2" remote="aospa" />
|
2020-09-16 15:08:48 +00:00
|
|
|
|
2020-09-22 12:53:23 +00:00
|
|
|
<!-- Packages (AOSPA) -->
|
|
|
|
<project path="packages/apps/ParanoidPapers" name="AOSPA/android_packages_apps_ParanoidPapers" remote="aospa" />
|
|
|
|
|
2020-09-22 04:05:25 +00:00
|
|
|
<!-- Prebuilts -->
|
|
|
|
<remove-project name="platform/prebuilts/abi-dumps/ndk" />
|
|
|
|
<project path="prebuilts/abi-dumps/ndk" name="AOSPA/android_prebuilts_abi-dumps_ndk" remote="aospa" />
|
|
|
|
<remove-project name="platform/prebuilts/abi-dumps/vndk" />
|
|
|
|
<project path="prebuilts/abi-dumps/vndk" name="AOSPA/android_prebuilts_abi-dumps_vndk" remote="aospa" />
|
|
|
|
|
|
|
|
<!-- Prebuilts (AOSPA) -->
|
2020-09-16 15:08:48 +00:00
|
|
|
<project path="prebuilts/tools-pa" name="AOSPA/android_prebuilts_tools-pa" remote="aospa" />
|
|
|
|
|
|
|
|
<!-- System -->
|
|
|
|
<remove-project name="platform/system/core" />
|
|
|
|
<project path="system/core" name="AOSPA/android_system_core" remote="aospa" />
|
2020-10-18 02:41:16 +00:00
|
|
|
<remove-project name="platform/system/memory/lmkd" />
|
|
|
|
<project path="system/memory/lmkd" name="AOSPA/android_system_memory_lmkd" remote="aospa" />
|
2020-09-16 15:08:48 +00:00
|
|
|
|
|
|
|
<!-- Vendor (AOSPA) -->
|
|
|
|
<project path="vendor/google/gms" name="AOSPA/android_vendor_google_gms" remote="gitlab" revision="ruby" />
|
|
|
|
<project path="vendor/google/pixel" name="android_vendor_google_pixel" remote="blobs" />
|
|
|
|
<project path="vendor/pa" name="AOSPA/android_vendor_pa" remote="aospa" >
|
2020-09-20 06:21:55 +00:00
|
|
|
<linkfile src="build.sh" dest="rom-build.sh" />
|
2020-09-16 15:08:48 +00:00
|
|
|
</project>
|
2020-09-26 01:20:25 +00:00
|
|
|
<project path="vendor/qcom/common" name="proprietary_vendor_qcom_common" remote="blobs" />
|
2020-09-16 15:08:48 +00:00
|
|
|
|
2020-09-18 17:04:34 +00:00
|
|
|
<!-- Vendor (CAF) -->
|
|
|
|
<remove-project name="platform/vendor/qcom-opensource/bluetooth-commonsys-intf" />
|
|
|
|
<project path="vendor/qcom/opensource/commonsys-intf/bluetooth" name="AOSPA/android_vendor_qcom-opensource_bluetooth-commonsys-intf" remote="aospa" />
|
2020-09-20 06:43:00 +00:00
|
|
|
<remove-project name="platform/vendor/qcom-opensource/interfaces" />
|
|
|
|
<project path="vendor/qcom/opensource/interfaces" name="AOSPA/android_vendor_qcom-opensource_interfaces" remote="aospa" />
|
2020-10-20 23:45:44 +00:00
|
|
|
<remove-project name="platform/vendor/qcom-opensource/vibrator" />
|
|
|
|
<project path="vendor/qcom/opensource/vibrator" name="AOSPA/android_vendor_qcom-opensource_vibrator" remote="aospa" />
|
2020-09-18 17:04:34 +00:00
|
|
|
|
2020-09-16 15:08:48 +00:00
|
|
|
</manifest>
|