Use pinned nodpi PrebuiltGmsCore
* This fixes issues with dpi * Also, reshuffle PrebuiltGmsCore in blob lists, since it has to be pinned now * Standardize blob list naming to proprietary-files-$arch(/common).txt * This is slightly older than the newest PrebuiltGmsCore, but it almost never has to be updated, and Android will silently update to a proper version with the correct dpi Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
This commit is contained in:
@@ -58,12 +58,11 @@ fi
|
||||
# Initialize the helper for common gapps
|
||||
setup_vendor "$GAPPS_COMMON" "$VENDOR" "$CM_ROOT"
|
||||
|
||||
extract "$MY_DIR"/common-proprietary-files.txt "$SRC"
|
||||
extract "$MY_DIR"/proprietary-files-common.txt "$SRC"
|
||||
|
||||
# Reinitialize the helper for target gapps
|
||||
setup_vendor "$TARGET" "$VENDOR" "$CM_ROOT"
|
||||
|
||||
extract "$MY_DIR"/proprietary-files-$TARGET.txt "$SRC"
|
||||
extract "$MY_DIR"/proprietary-files.txt "$SRC"
|
||||
|
||||
"$MY_DIR"/setup-makefiles.sh
|
||||
|
Reference in New Issue
Block a user