Compare commits
4 Commits
android-11
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
e8a345080a | ||
|
e898c0f9c0 | ||
|
b8d56d3438 | ||
|
a9b8a9c464 |
3
foss.xml
3
foss.xml
@ -7,7 +7,4 @@
|
|||||||
revision="refs/tags/0.2.7" />
|
revision="refs/tags/0.2.7" />
|
||||||
<project path="vendor/foss" name="vendor_foss"
|
<project path="vendor/foss" name="vendor_foss"
|
||||||
remote="phh" revision="master" />
|
remote="phh" revision="master" />
|
||||||
|
|
||||||
<remote name="seedvault-github" fetch="https://github.com/seedvault-app/" />
|
|
||||||
<project path="vendor/seedvault" name="seedvault" remote="seedvault-github" revision="master" />
|
|
||||||
</manifest>
|
</manifest>
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<manifest>
|
|
||||||
<remote name="gitlab" fetch="https://gitlab.com/" />
|
|
||||||
|
|
||||||
<project path="vendor/partner_gms" name="00p513-dev/partner_gms" remote="gitlab" revision="11" />
|
|
||||||
|
|
||||||
|
|
||||||
</manifest>
|
|
44
manifest.xml
44
manifest.xml
@ -1,17 +1,43 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<manifest>
|
<manifest>
|
||||||
<remote name="phh" fetch="https://github.com/phhusson/" />
|
<remote name="phh" fetch="https://github.com/phhusson/" />
|
||||||
|
<!--
|
||||||
|
(device boot) means those contain device-specific fixes which are required to boot
|
||||||
|
(boot) means it is required to boot
|
||||||
|
-->
|
||||||
|
|
||||||
<project path="vendor/hardware_overlay" name="vendor_hardware_overlay" remote="phh" revision="pie" />
|
<!-- (device boot) Needed only for Essential PH-1 Oreo Beta 1 -->
|
||||||
<project path="device/phh/treble" name="device_phh_treble" remote="phh" revision="android-11.0" />
|
<remove-project name="platform/frameworks/av" />
|
||||||
<project path="vendor/vndk-tests" name="vendor_vndk-tests" remote="phh" revision="master" />
|
<project path="frameworks/av" name="platform_frameworks_av" remote="phh" revision="android-vts-8.0_r4-phh" />
|
||||||
<project path="vendor/gapps-go" name="gapps-go" remote="phh" revision="master" />
|
|
||||||
<project path="vendor/interfaces" name="vendor_interfaces" remote="phh" revision="android-11.0" />
|
|
||||||
|
|
||||||
|
<!-- Needed to display FBE sdcard in MTP -->
|
||||||
|
<remove-project name="platform/frameworks/base" />
|
||||||
|
<project path="frameworks/base" name="platform_frameworks_base" remote="phh" revision="android-vts-8.0_r4-phh" />
|
||||||
|
|
||||||
<project path="vendor/magisk" name="vendor_magisk" remote="phh" revision="android-10.0" />
|
<!-- Needed for Huawei HWC -->
|
||||||
|
<remove-project name="platform/frameworks/native" />
|
||||||
|
<project path="frameworks/native" name="platform_frameworks_native" remote="phh" revision="android-vts-8.0_r4-phh" />
|
||||||
|
|
||||||
<!-- exfat support -->
|
<!-- (device boot) To debug. Most probably SEPolicy one liner, huawei -->
|
||||||
<remote name="relan" fetch="https://github.com/relan/" />
|
<remove-project name="platform/frameworks/opt/net/wifi" />
|
||||||
<project path="external/exfat" name="exfat" remote="relan" revision="master" />
|
<project path="frameworks/opt/net/wifi" name="platform_frameworks_opt_net_wifi" remote="phh" revision="android-vts-8.0_r4-phh" />
|
||||||
|
|
||||||
|
<!-- (boot) Needed to disable dm-verity and adb auth on A/B devices, required for booting -->
|
||||||
|
<remove-project name="platform/system/core" />
|
||||||
|
<project path="system/core" name="platform_system_core" remote="phh" revision="android-vts-8.0_r4-phh" />
|
||||||
|
|
||||||
|
<!-- (device boot) Needed for FBE on f2fs and sdcard. All upstreamed in 8.1 -->
|
||||||
|
<remove-project name="platform/system/vold" />
|
||||||
|
<project path="system/vold" name="platform_system_vold" remote="phh" revision="android-vts-8.0_r4-phh" />
|
||||||
|
|
||||||
|
<!-- Required for tethering on Huawei -->
|
||||||
|
<remove-project name="platform/system/netd" />
|
||||||
|
<project path="system/netd" name="platform_system_netd" remote="phh" revision="android-vts-8.0_r4-phh" />
|
||||||
|
|
||||||
|
<!-- Needed for multi-sim settings -->
|
||||||
|
<remove-project name="platform/packages/services/Telephony" />
|
||||||
|
<project path="packages/services/Telephony" name="platform_packages_services_Telephony" remote="phh" revision="android-vts-8.0_r4-phh" />
|
||||||
|
|
||||||
|
<project path="vendor/hardware_overlay" name="vendor_hardware_overlay" remote="phh" revision="master" />
|
||||||
|
<project path="device/phh/treble" name="device_phh_treble" remote="phh" revision="android-8.0" />
|
||||||
</manifest>
|
</manifest>
|
||||||
|
14
opengapps.xml
Normal file
14
opengapps.xml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<manifest>
|
||||||
|
<remote name="opengapps" fetch="https://github.com/opengapps/" />
|
||||||
|
|
||||||
|
<project path="vendor/opengapps/build" name="aosp_build" revision="master" remote="opengapps" />
|
||||||
|
<project path="vendor/opengapps/sources/all" name="all" clone-depth="1" revision="master" remote="opengapps" />
|
||||||
|
|
||||||
|
<!-- arm64 depends on arm -->
|
||||||
|
<project path="vendor/opengapps/sources/arm" name="arm" clone-depth="1" revision="master" remote="opengapps" />
|
||||||
|
<project path="vendor/opengapps/sources/arm64" name="arm64" clone-depth="1" revision="master" remote="opengapps" />
|
||||||
|
|
||||||
|
<project path="vendor/opengapps/sources/x86" name="x86" clone-depth="1" revision="master" remote="opengapps" />
|
||||||
|
<project path="vendor/opengapps/sources/x86_64" name="x86_64" clone-depth="1" revision="master" remote="opengapps" />
|
||||||
|
</manifest>
|
94
replace.xml
94
replace.xml
@ -1,94 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<manifest>
|
|
||||||
<remote name="phh" fetch="https://github.com/phhusson/" />
|
|
||||||
|
|
||||||
<!--<remove-project name="platform/build" />
|
|
||||||
<project path="build/make" name="platform_build" remote="phh" revision="android-10.0.0_r41-phh">
|
|
||||||
<copyfile dest="Makefile" src="core/root.mk" />
|
|
||||||
<linkfile dest="build/CleanSpec.mk" src="CleanSpec.mk" />
|
|
||||||
<linkfile dest="build/buildspec.mk.default" src="buildspec.mk.default" />
|
|
||||||
<linkfile dest="build/core" src="core" />
|
|
||||||
<linkfile dest="build/envsetup.sh" src="envsetup.sh" />
|
|
||||||
<linkfile dest="build/target" src="target" />
|
|
||||||
<linkfile dest="build/tools" src="tools" />
|
|
||||||
</project>
|
|
||||||
-->
|
|
||||||
|
|
||||||
<remove-project name="platform/system/core" />
|
|
||||||
<project path="system/core" name="platform_system_core" remote="phh" revision="android-11.0.0_r48-phh" />
|
|
||||||
|
|
||||||
<!--<remove-project name="platform/system/sepolicy" />
|
|
||||||
<project path="system/sepolicy" name="platform_system_sepolicy" remote="phh" revision="android-11.0.0_r48-phh" />-->
|
|
||||||
|
|
||||||
<remove-project name="platform/frameworks/native" />
|
|
||||||
<project path="frameworks/native" name="platform_frameworks_native" remote="phh" revision="android-11.0.0_r48-phh" />
|
|
||||||
|
|
||||||
<remove-project name="platform/system/vold" />
|
|
||||||
<project path="system/vold" name="platform_system_vold" remote="phh" revision="android-11.0.0_r48-phh" />
|
|
||||||
|
|
||||||
<remove-project name="platform/system/bt" />
|
|
||||||
<project path="system/bt" name="platform_system_bt" remote="phh" revision="android-11.0.0_r48-phh" />
|
|
||||||
|
|
||||||
<remove-project name="platform/external/selinux" />
|
|
||||||
<project path="external/selinux" name="platform_external_selinux" remote="phh" revision="android-11.0.0_r48-phh" />
|
|
||||||
|
|
||||||
<remove-project name="platform/bootable/recovery" />
|
|
||||||
<project path="bootable/recovery" name="platform_bootable_recovery" remote="phh" revision="android-11.0.0_r48-phh" />
|
|
||||||
|
|
||||||
<remove-project name="platform/frameworks/av" />
|
|
||||||
<project path="frameworks/av" name="platform_frameworks_av" remote="phh" revision="android-11.0.0_r48-phh" />
|
|
||||||
|
|
||||||
<remove-project name="platform/bionic" />
|
|
||||||
<project path="bionic" name="platform_bionic" remote="phh" revision="android-11.0.0_r48-phh" />
|
|
||||||
|
|
||||||
<remove-project name="platform/frameworks/base" />
|
|
||||||
<project path="frameworks/base" name="platform_frameworks_base" remote="phh" revision="android-11.0.0_r48-phh" />
|
|
||||||
|
|
||||||
<remove-project name="platform/system/linkerconfig" />
|
|
||||||
<project path="system/linkerconfig" name="platform_system_linkerconfig" remote="phh" revision="android-11.0.0_r48-phh" />
|
|
||||||
|
|
||||||
<remove-project name="platform/external/skia" />
|
|
||||||
<project path="external/skia" name="platform_external_skia" remote="phh" revision="android-11.0.0_r48-phh" />
|
|
||||||
|
|
||||||
<remove-project name="platform/system/memory/lmkd" />
|
|
||||||
<project path="system/memory/lmkd" name="platform_system_memory_lmkd" remote="phh" revision="android-11.0.0_r48-phh" />
|
|
||||||
|
|
||||||
<remove-project name="platform/system/extras" />
|
|
||||||
<project path="system/extras" name="platform_system_extras" remote="phh" revision="android-11.0.0_r48-phh" />
|
|
||||||
|
|
||||||
<remove-project name="platform/frameworks/opt/net/wifi" />
|
|
||||||
<project path="frameworks/opt/net/wifi" name="platform_frameworks_opt_net_wifi" remote="phh" revision="android-11.0.0_r48-phh" />
|
|
||||||
|
|
||||||
<remove-project name="platform/frameworks/opt/telephony" />
|
|
||||||
<project path="frameworks/opt/telephony" name="platform_frameworks_opt_telephony" remote="phh" revision="android-11.0.0_r48-phh" />
|
|
||||||
|
|
||||||
<remove-project name="platform/system/netd" />
|
|
||||||
<project path="system/netd" name="platform_system_netd" remote="phh" revision="android-11.0.0_r48-phh" />
|
|
||||||
|
|
||||||
<remove-project name="platform/system/nfc" />
|
|
||||||
<project path="system/nfc" name="platform_system_nfc" remote="phh" revision="android-11.0.0_r48-phh" />
|
|
||||||
|
|
||||||
<remove-project name="platform/packages/services/Telephony" />
|
|
||||||
<project path="packages/services/Telephony" name="platform_packages_services_Telephony" remote="phh" revision="android-11.0.0_r48-phh" />
|
|
||||||
|
|
||||||
<remove-project name="platform/packages/apps/Settings" />
|
|
||||||
<project path="packages/apps/Settings" name="platform_packages_apps_Settings" remote="phh" revision="android-11.0.0_r48-phh" />
|
|
||||||
|
|
||||||
<remove-project name="platform/packages/apps/Bluetooth" />
|
|
||||||
<project path="packages/apps/Bluetooth" name="platform_packages_apps_Bluetooth" remote="phh" revision="android-11.0.0_r48-phh" />
|
|
||||||
<!--
|
|
||||||
<remove-project name="platform/system/libvintf" />
|
|
||||||
<project path="system/libvintf" name="platform_system_libvintf" remote="phh" revision="android-10.0.0_r41-phh" />
|
|
||||||
|
|
||||||
<remove-project name="platform/packages/apps/Settings" />
|
|
||||||
<project path="packages/apps/Settings" name="platform_packages_apps_Settings" remote="phh" revision="android-10.0.0_r41-phh" />
|
|
||||||
|
|
||||||
|
|
||||||
<remove-project name="platform/packages/apps/DeskClock" />
|
|
||||||
<project path="packages/apps/DeskClock" name="platform_packages_apps_DeskClock" remote="phh" revision="android-10.0.0_r41-phh" />
|
|
||||||
|
|
||||||
<remove-project name="platform/packages/apps/Camera2" />
|
|
||||||
<project path="packages/apps/Camera2" name="platform_packages_apps_Camera2" remote="phh" revision="android-10.0.0_r41-phh" />
|
|
||||||
-->
|
|
||||||
|
|
||||||
</manifest>
|
|
Loading…
Reference in New Issue
Block a user