Skip to content

Commit

Permalink
Initial AOSP Support
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 authored Sep 16, 2024
1 parent 3842670 commit a6b09c1
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ on:
- 'LineageOS 18.1'
- 'LineageOS 16.0'
- 'CyanogenMOD 14.1'
- 'AOSP'
BUILD_DIFFERENT_ROM:
description: "Command to initialize a different 'repo' project:"
required: false
Expand Down Expand Up @@ -137,6 +138,11 @@ jobs:
export PROJECTID="83"
export REPO_INIT="repo init -u https://github.com/accupara/los-cm14.1.git -b cm-14.1 --git-lfs --depth=1"
;;
"AOSP")
export PROJECTFOLDER="/crave-devspaces/AOSP"
export PROJECTID="35"
export REPO_INIT="repo init -u https://android.googlesource.com/platform/manifest.git -b master --git-lfs --depth=1"
;;
esac
if [[ ${{ github.event.inputs.PRODUCT_NAME }} == *_* ]] && [[ ${{ github.event.inputs.PRODUCT_NAME }} != gsi_* ]] && [[ ${{ github.event.inputs.PRODUCT_NAME }} != sdk_* ]] && [[ ${{ github.event.inputs.PRODUCT_NAME }} != *_sprout ]] && [[ ${{ github.event.inputs.PRODUCT_NAME }} != Mi439_* ]] && [[ ${{ github.event.inputs.PRODUCT_NAME }} != Mi8937_* ]]; then
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/selfhosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ on:
- 'LineageOS 18.1'
- 'LineageOS 16.0'
- 'CyanogenMOD 14.1'
- 'AOSP'
BUILD_DIFFERENT_ROM:
description: "Command to initialize a different 'repo' project:"
required: false
Expand Down Expand Up @@ -176,6 +177,11 @@ jobs:
export PROJECTID="83"
export REPO_INIT="repo init -u https://github.com/accupara/los-cm14.1.git -b cm-14.1 --git-lfs --depth=1"
;;
"AOSP")
export PROJECTFOLDER="/crave-devspaces/AOSP"
export PROJECTID="35"
export REPO_INIT="repo init -u https://android.googlesource.com/platform/manifest.git -b master --git-lfs --depth=1"
;;
esac
if [[ ${{ github.event.inputs.PRODUCT_NAME }} == *_* ]] && [[ ${{ github.event.inputs.PRODUCT_NAME }} != gsi_* ]] && [[ ${{ github.event.inputs.PRODUCT_NAME }} != sdk_* ]] && [[ ${{ github.event.inputs.PRODUCT_NAME }} != *_sprout ]] && [[ ${{ github.event.inputs.PRODUCT_NAME }} != Mi439_* ]] && [[ ${{ github.event.inputs.PRODUCT_NAME }} != Mi8937_* ]]; then
Expand Down
12 changes: 7 additions & 5 deletions configs/crave/crave.yaml.aosp
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#This is a template, modify as you like
CipherOS:
ignoreClientHostname: true
ignoreClientHostname: true
Arrow OS:
ignoreClientHostname: true
ignoreClientHostname: true
DerpFest-aosp:
ignoreClientHostname: true
ignoreClientHostname: true
LOS 20:
ignoreClientHostname: true
ignoreClientHostname: true
LOS 21:
ignoreClientHostname: true
PixelOS:
Expand All @@ -16,4 +16,6 @@ Rising OS:
LOS 16:
ignoreClientHostname: true
LOS CM 14.1:
ignoreClientHostname: true #ignoreClientHostname is used to keep persistence by ignoring the client hostname
ignoreClientHostname: true

#ignoreClientHostname is used to keep persistence by ignoring the client hostname
3 changes: 2 additions & 1 deletion configs/crave/crave.yaml.twrp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#This is a template, modify as you like
TWRP:
ignoreClientHostname: true #ignoreClientHostname is used to keep persistence by ignoring the client hostname
ignoreClientHostname: true
#ignoreClientHostname is used to keep persistence by ignoring the client hostname

0 comments on commit a6b09c1

Please sign in to comment.