Commit Graph

3 Commits

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

Built in AOSP-tree version:
android:compileSdkVersion="32"
android:compileSdkVersionCodename="12"
platformBuildVersionCode="32"
platformBuildVersionName="12"

Build with apktool version:
android:compileSdkVersion="23"
android:compileSdkVersionCodename="6.0-2438415"
platformBuildVersionCode="23"
platformBuildVersionName="6.0-2438415"
2023-09-22 12:23:05 -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