Compare commits

..

4 Commits

Author SHA1 Message Date
Pierre-Hugues Husson
e8a345080a Include frameworks/native 2018-01-05 00:32:09 +01:00
Pierre-Hugues Husson
e898c0f9c0 Use proper build targets instead of those in build/make/target/ 2017-12-17 18:18:15 +01:00
Pierre-Hugues Husson
b8d56d3438 typo 2017-12-11 22:52:31 +01:00
Pierre-Hugues Husson
a9b8a9c464 Update sepolicy 2017-12-11 22:47:01 +01:00
4 changed files with 59 additions and 74 deletions

10
foss.xml Normal file
View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="fdroid" fetch="https://gitlab.com/fdroid/" />
<remote name="phh" fetch="https://github.com/phhusson/" />
<project path="packages/apps/FDroidPrivilegedExtension"
name="privileged-extension.git" remote="fdroid"
revision="refs/tags/0.2.7" />
<project path="vendor/foss" name="vendor_foss"
remote="phh" revision="master" />
</manifest>

View File

@ -1,16 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="phh" fetch="https://github.com/phhusson/" />
<remote name="damillora" fetch="https://git.nanao.moe/android/" />
<remote name="td" fetch="https://github.com/TrebleDroid/" />
<!--
(device boot) means those contain device-specific fixes which are required to boot
(boot) means it is required to boot
-->
<project path="device/phh/treble" name="device_phh_treble" remote="damillora" revision="android-13.0" />
<project path="vendor/hardware_overlay" name="vendor_hardware_overlay" remote="td" revision="pie" />
<!-- (device boot) Needed only for Essential PH-1 Oreo Beta 1 -->
<remove-project name="platform/frameworks/av" />
<project path="frameworks/av" name="platform_frameworks_av" remote="phh" revision="android-vts-8.0_r4-phh" />
<project path="vendor/vndk-tests" name="vendor_vndk-tests" remote="phh" revision="master" />
<project path="vendor/interfaces" name="vendor_interfaces" remote="phh" revision="android-11.0" />
<project path="vendor/lptools" name="vendor_lptools" remote="phh" revision="master" />
<!-- 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" />
<!-- 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" />
<project path="vendor/magisk" name="vendor_magisk" remote="phh" revision="android-10.0" />
<!-- (device boot) To debug. Most probably SEPolicy one liner, huawei -->
<remove-project name="platform/frameworks/opt/net/wifi" />
<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>

14
opengapps.xml Normal file
View 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>

View File

@ -1,66 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="td" fetch="https://github.com/TrebleDroid/" />
<remove-project name="platform/system/core" />
<project path="system/core" name="platform_system_core" remote="td" revision="android-13.0.0_r8-td" />
<remove-project name="platform/frameworks/native" />
<project path="frameworks/native" name="platform_frameworks_native" remote="td" revision="android-13.0.0_r8-td" />
<remove-project name="platform/system/vold" />
<project path="system/vold" name="platform_system_vold" remote="td" revision="android-13.0.0_r8-td" />
<remove-project name="platform/external/selinux" />
<project path="external/selinux" name="platform_external_selinux" remote="td" revision="android-13.0.0_r8-td" />
<remove-project name="platform/bootable/recovery" />
<project path="bootable/recovery" name="platform_bootable_recovery" remote="td" revision="android-13.0.0_r8-td" />
<remove-project name="platform/frameworks/av" />
<project path="frameworks/av" name="platform_frameworks_av" remote="td" revision="android-13.0.0_r8-td" />
<remove-project name="platform/frameworks/base" />
<project path="frameworks/base" name="platform_frameworks_base" remote="td" revision="android-13.0.0_r8-td" />
<remove-project name="platform/system/extras" />
<project path="system/extras" name="platform_system_extras" remote="td" revision="android-13.0.0_r8-td" />
<remove-project name="platform/frameworks/opt/telephony" />
<project path="frameworks/opt/telephony" name="platform_frameworks_opt_telephony" remote="td" revision="android-13.0.0_r8-td" />
<remove-project name="platform/system/netd" />
<project path="system/netd" name="platform_system_netd" remote="td" revision="android-13.0.0_r8-td" />
<remove-project name="platform/system/nfc" />
<project path="system/nfc" name="platform_system_nfc" remote="td" revision="android-13.0.0_r8-td" />
<remove-project name="platform/packages/apps/Settings" />
<project path="packages/apps/Settings" name="platform_packages_apps_Settings" remote="td" revision="android-13.0.0_r8-td" />
<remove-project name="platform/packages/modules/Bluetooth" />
<project path="packages/modules/Bluetooth" name="platform_packages_modules_Bluetooth" remote="td" revision="android-13.0.0_r8-td" />
<remove-project name="platform/system/bpf" />
<project path="system/bpf" name="platform_system_bpf" remote="td" revision="android-13.0.0_r8-td" />
<remove-project name="platform/bionic" />
<project path="bionic" name="platform_bionic" remote="td" revision="android-13.0.0_r8-td" />
<remove-project name="platform/system/linkerconfig" />
<project path="system/linkerconfig" name="platform_system_linkerconfig" remote="td" revision="android-13.0.0_r8-td" />
<remove-project name="platform/hardware/interfaces" />
<project path="hardware/interfaces" name="platform_hardware_interfaces" remote="td" revision="android-13.0.0_r8-td" />
<remove-project name="platform/build" />
<project path="build/make" name="platform_build" remote="td" revision="android-13.0.0_r8-td">
<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>
</manifest>