|
@@ -103,7 +103,7 @@ jobs:
|
|
|
- name: Clone Device Tree
|
|
- name: Clone Device Tree
|
|
|
run: |
|
|
run: |
|
|
|
cd ${GITHUB_WORKSPACE}/OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}
|
|
cd ${GITHUB_WORKSPACE}/OrangeFox/fox_${{ github.event.inputs.MANIFEST_BRANCH }}
|
|
|
- git clone ${{ github.event.inputs.DEVICE_TREE }} -b ${{ github.event.inputs.DEVICE_TREE_BRANCH }} ./${{ github.event.inputs.DEVICE_PATH }}
|
|
|
|
|
|
|
+ git clone https://github.com/abrohim0786/ofox_device_xiaomi_ares.git -b main ./device/xiaomi/ares
|
|
|
cd ${{ github.event.inputs.DEVICE_PATH }}
|
|
cd ${{ github.event.inputs.DEVICE_PATH }}
|
|
|
echo "COMMIT_ID=$(git rev-parse HEAD)" >> $GITHUB_ENV
|
|
echo "COMMIT_ID=$(git rev-parse HEAD)" >> $GITHUB_ENV
|
|
|
|
|
|
|
@@ -227,3 +227,4 @@ jobs:
|
|
|
python3 ldcheck -p system/lib64:vendor/lib64:system/lib:vendor/lib -d ${{ github.event.inputs.LDCHECK }}
|
|
python3 ldcheck -p system/lib64:vendor/lib64:system/lib:vendor/lib -d ${{ github.event.inputs.LDCHECK }}
|
|
|
echo "Done checking missing dependencies. Review, and reconfigure your tree."
|
|
echo "Done checking missing dependencies. Review, and reconfigure your tree."
|
|
|
continue-on-error: true
|
|
continue-on-error: true
|
|
|
|
|
+
|