Commit Graph

3 Commits

Author SHA1 Message Date
Paul Keith
d70e71a0bc gapps: Use apktool to build RRO overlays
The following fields in the AndroidManifest.xml are different:

Built in AOSP-tree version:
android:compileSdkVersion="33"
android:compileSdkVersionCodename="13"
platformBuildVersionCode="33"
platformBuildVersionName="13"

Build with apktool version:
android:compileSdkVersion="23"
android:compileSdkVersionCodename="6.0-2438415"
platformBuildVersionCode="23"
platformBuildVersionName="6.0-2438415"
2023-09-19 17:36:46 -05:00
Paul Keith
1e2facf59c
Move gapps log
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-08 08:33:37 -05:00
Paul Keith
c62430937b
Ignore content in out/ directory
* We don't want to upload this

Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
2017-04-06 08:09:52 -05:00