Skip to content

Commit 8cb2201

Browse files
committed
i love aapt2
1 parent 5cfda38 commit 8cb2201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
mv classes.dex ${{ github.workspace }}/apk/
7575
7676
aapt2 compile -o compiled.zip --dir ${{ github.workspace }}/apk/res
77-
aapt2 link -o ${{ github.workspace }}/unsigned.apk \
77+
aapt2 link --auto-add-overlay -o ${{ github.workspace }}/unsigned.apk \
7878
-I $ANDROID_SDK_ROOT/platforms/android-24/android.jar \
7979
--manifest ${{ github.workspace }}/apk/AndroidManifest.xml \
8080
-R ${{ github.workspace }}/compiled.zip \

0 commit comments

Comments
 (0)