Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manifest: cleanup #13

Open
wants to merge 7 commits into
base: android-11.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions GLOBAL-PREUPLOAD.cfg

This file was deleted.

24 changes: 15 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<a href="https://pitchblackrecovery.com/docs" target="_blank">
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
</a>

<a href="https://www.patreon.com/pitchblackrecovery">
<img src="https://img.shields.io/badge/$-donate-orange.svg?maxAge=2592000&amp;style=flat">
</a>
Expand Down Expand Up @@ -78,14 +78,20 @@
- Password Recovery etc

## How To Build
To get started with AOSP sources to build PitchBlack, you'll need to get familiar
with [Git and Repo](https://source.android.com/source/using-repo.html).


```bash
# Initialize the latest stable branch
$ repo init -u git://github.com/PitchBlackRecoveryProject/manifest_pb -b android-11.0

# Sync the latest stable branch
$ repo sync
To initialize your local repository using the AOSP trees to build PitchBlack, use a command like this:
```
repo init -u git://github.com/PitchBlackRecoveryProject/manifest_pb -b android-11.0
```
To initialize a shallow clone, which will save even more space, use a command like this:
```
repo init --depth=1 -u git://github.com/PitchBlackRecoveryProject/manifest_pb -b android-11.0
```
Sync the latest stable branch
```
repo sync
```

Follow our omni_device.mk sample
Expand All @@ -98,7 +104,7 @@ Follow our omni_device.mk sample
$ cd <source-dir>
$ . build/envsetup.sh
$ lunch omni_<device>-eng
$ mka recoveryimage
$ mka pbrp
````

## Become Official Maintainer
Expand Down
33 changes: 23 additions & 10 deletions default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<default revision="refs/tags/android-11.0.0_r37"
remote="aosp"
sync-c="true"
sync-j="12" />
sync-j="4" />

<project path="build/make" name="platform/build" groups="pdk" >
<copyfile src="core/root.mk" dest="Makefile" />
Expand Down Expand Up @@ -57,10 +57,17 @@
<project path="device/google/bonito" name="device/google/bonito" groups="device,bonito" />
<project path="device/google/bonito-kernel" name="device/google/bonito-kernel" groups="device,bonito" clone-depth="1" />
<project path="device/google/bonito-sepolicy" name="device/google/bonito-sepolicy" groups="device,bonito" />
<project path="device/google/bramble" name="device/google/bramble" groups="device,bramble" />
<project path="device/google/bramble-sepolicy" name="device/google/bramble-sepolicy" groups="device,bramble" />
<project path="device/google/contexthub" name="device/google/contexthub" groups="device,pdk" />
<project path="device/google/coral" name="device/google/coral" groups="device,coral,generic_fs" />
<project path="device/google/coral-kernel" name="device/google/coral-kernel" groups="device,coral,generic_fs" clone-depth="1" />
<project path="device/google/coral-sepolicy" name="device/google/coral-sepolicy" groups="device,coral,generic_fs" />
<project path="device/google/redbull" name="device/google/redbull" groups="device,redbull" />
<project path="device/google/redbull-kernel" name="device/google/redbull-kernel" groups="device,redbull" clone-depth="1" />
<project path="device/google/redbull-sepolicy" name="device/google/redbull-sepolicy" groups="device,redbull" />
<project path="device/google/redfin" name="device/google/redfin" groups="device,redfin" />
<project path="device/google/redfin-sepolicy" name="device/google/redfin-sepolicy" groups="device,redfin" />
<project path="device/google/sunfish" name="device/google/sunfish" groups="device,sunfish" />
<project path="device/google/sunfish-kernel" name="device/google/sunfish-kernel" groups="device,sunfish" clone-depth="1" />
<project path="device/google/sunfish-sepolicy" name="device/google/sunfish-sepolicy" groups="device,sunfish" />
Expand All @@ -71,12 +78,8 @@
<project path="device/google/cuttlefish_kernel" name="device/google/cuttlefish_kernel" groups="device,pdk" clone-depth="1" />
<project path="device/google/cuttlefish_vmm" name="device/google/cuttlefish_vmm" groups="device,pdk" clone-depth="1" />
<project path="device/google/fuchsia" name="device/google/fuchsia" groups="device" />
<project path="device/google/muskie" name="device/google/muskie" groups="device,generic_fs,muskie" />
<project path="device/google/taimen" name="device/google/taimen" groups="device,taimen" />
<project path="device/google/trout" name="device/google/trout" groups="device,trout,gull" />
<project path="device/google/vrservices" name="device/google/vrservices" groups="pdk" />
<project path="device/google/wahoo" name="device/google/wahoo" groups="device,generic_fs,wahoo" />
<project path="device/google/wahoo-kernel" name="device/google/wahoo-kernel" groups="device,generic_fs,wahoo" clone-depth="1" />
<project path="device/google_car" name="device/google_car" groups="pdk" />
<project path="device/linaro/bootloader/arm-trusted-firmware" name="device/linaro/bootloader/arm-trusted-firmware" />
<project path="device/linaro/bootloader/edk2" name="device/linaro/bootloader/edk2" />
Expand Down Expand Up @@ -330,7 +333,7 @@
<project path="external/okhttp" name="platform/external/okhttp" groups="pdk" />
<project path="external/one-true-awk" name="platform/external/one-true-awk" groups="pdk" />
<project path="external/opencensus-java" name="platform/external/opencensus-java" groups="pdk,tradefed" />
<project path="external/OpenCL-CTS" name="platform/external/OpenCL-CTS" groups="pdk" />
<project path="external/OpenCL-CTS" name="platform/external/OpenCL-CTS" />
<project path="external/OpenCSD" name="platform/external/OpenCSD" groups="pdk" />
<project path="external/openssh" name="platform/external/openssh" groups="pdk" />
<project path="external/oss-fuzz" name="platform/external/oss-fuzz" groups="pdk" />
Expand Down Expand Up @@ -514,7 +517,6 @@
<project path="hardware/qcom/msm8960" name="platform/hardware/qcom/msm8960" groups="qcom_msm8960,pdk-qcom" />
<project path="hardware/qcom/msm8994" name="platform/hardware/qcom/msm8994" groups="qcom_msm8994,pdk-qcom" />
<project path="hardware/qcom/msm8996" name="platform/hardware/qcom/msm8996" groups="qcom_msm8996,pdk-qcom" />
<project path="hardware/qcom/msm8998" name="platform/hardware/qcom/msm8998" groups="qcom_msm8998,pdk-qcom" />
<project path="hardware/qcom/msm8x09" name="platform/hardware/qcom/msm8x09" groups="qcom_msm8x09" />
<project path="hardware/qcom/msm8x26" name="platform/hardware/qcom/msm8x26" groups="qcom_msm8x26,pdk-qcom" />
<project path="hardware/qcom/msm8x27" name="platform/hardware/qcom/msm8x27" groups="qcom_msm8x27,pdk-qcom" />
Expand All @@ -534,6 +536,12 @@
<linkfile src="os_pickup.mk" dest="hardware/qcom/sm7150/Android.mk" />
<linkfile src="os_pickup.bp" dest="hardware/qcom/sm7150/Android.bp" />
</project>
<project path="hardware/qcom/sm7250/display" name="platform/hardware/qcom/sm7250/display" groups="qcom_sm7250" />
<project path="hardware/qcom/sm7250/gps" name="platform/hardware/qcom/sm7250/gps" groups="qcom_sm7250" >
<linkfile src="os_pickup.mk" dest="hardware/qcom/sm7250/Android.mk" />
<linkfile src="os_pickup.bp" dest="hardware/qcom/sm7250/Android.bp" />
</project>
<project path="hardware/qcom/sm7250/media" name="platform/hardware/qcom/sm7250/media" groups="qcom_sm7250" />
<project path="hardware/qcom/sm8150/data/ipacfg-mgr" name="platform/hardware/qcom/sm8150/data/ipacfg-mgr" groups="qcom_sm8150" >
<linkfile src="os_pickup.mk" dest="hardware/qcom/sm8150/Android.mk" />
<linkfile src="os_pickup.bp" dest="hardware/qcom/sm8150/Android.bp" />
Expand All @@ -551,6 +559,7 @@
<project path="hardware/ril" name="platform/hardware/ril" groups="pdk" />
<project path="hardware/st/nfc" name="platform/hardware/st/nfc" groups="pdk" />
<project path="hardware/st/secure_element" name="platform/hardware/st/secure_element" groups="pdk" />
<project path="hardware/ti/am57x" name="platform/hardware/ti/am57x" groups="pdk" />
<project path="kernel/configs" name="kernel/configs" groups="vts,pdk" />
<project path="kernel/prebuilts/4.19/arm64" name="kernel/prebuilts/4.19/arm64" groups="pdk" clone-depth="1" />
<project path="kernel/tests" name="kernel/tests" groups="vts,pdk" />
Expand Down Expand Up @@ -626,7 +635,7 @@
<project path="packages/apps/TvSettings" name="platform/packages/apps/TvSettings" groups="pdk-fs" />
<project path="packages/apps/TV" name="platform/packages/apps/TV" groups="pdk" />
<project path="packages/apps/UniversalMediaPlayer" name="platform/packages/apps/UniversalMediaPlayer" />
<project path="packages/apps/WallpaperPicker" name="platform/packages/apps/WallpaperPicker" groups="pdk-fs" />
<project path="packages/apps/WallpaperPicker" name="platform/packages/apps/WallpaperPicker" groups="pdk-fs" />
<project path="packages/apps/WallpaperPicker2" name="platform/packages/apps/WallpaperPicker2" groups="pdk-fs" />
<project path="packages/inputmethods/LatinIME" name="platform/packages/inputmethods/LatinIME" groups="pdk-fs" />
<project path="packages/inputmethods/LeanbackIME" name="platform/packages/inputmethods/LeanbackIME" groups="pdk-fs" />
Expand Down Expand Up @@ -682,10 +691,12 @@
<project path="prebuilts/cmdline-tools" name="platform/prebuilts/cmdline-tools" groups="pdk-fs" clone-depth="1" />
<project path="prebuilts/devtools" name="platform/prebuilts/devtools" groups="pdk-fs" clone-depth="1" />
<project path="prebuilts/fuchsia_sdk" name="platform/prebuilts/fuchsia_sdk" groups="pdk-fs" clone-depth="1" />
<project path="prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9" name="platform/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9" groups="pdk,darwin,arm" clone-depth="1" />
<project path="prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9" name="platform/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9" groups="pdk,darwin,arm" clone-depth="1" />
<project path="prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1" name="platform/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1" groups="pdk,darwin" clone-depth="1" />
<project path="prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9" name="platform/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9" groups="pdk,darwin,mips" clone-depth="1" />
<project path="prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9" name="platform/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9" groups="pdk,darwin,x86" clone-depth="1" />
<project path="prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9" name="platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9" groups="pdk,linux,arm" clone-depth="1" />
<project path="prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9" name="platform/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9" groups="pdk,linux,arm" clone-depth="1" />
<project path="prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8" groups="pdk,linux" clone-depth="1" />
<project path="prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8" groups="pdk-fs" clone-depth="1" />
Expand Down Expand Up @@ -820,6 +831,8 @@
<project path="tools/trebuchet" name="platform/tools/trebuchet" groups="tools,cts,pdk,pdk-cw-fs,pdk-fs" />

<repo-hooks in-project="platform/tools/repohooks" enabled-list="pre-upload" />
<!-- OmniROM -->
<include name="omni-default.xml" />

<!-- FIRST: Remove unused/forked Projects for minimal manifest -->
<include name="remove.xml" />

</manifest>
Loading