gmsexpress-based gapps-go. arm64_ab fits in 2GB. arm_a doesn't fit on Redmi Go though
This commit is contained in:
parent
74c61836c4
commit
44cfb55494
23
gapps-go.mk
23
gapps-go.mk
@ -1,3 +1,20 @@
|
|||||||
DONT_DEXPREOPT_PREBUILTS := true
|
BUILD_GMS := yes
|
||||||
$(call inherit-product, build/make/target/product/go_defaults.mk)
|
#include not inherit, because we must edit some values
|
||||||
$(call inherit-product, vendor/gapps-go/gapps-go.mk)
|
include vendor/google/products/gms_go.mk
|
||||||
|
|
||||||
|
FILTER_OUT = $(foreach v,$(2),$(if $(findstring $(1),$(v)),,$(v)))
|
||||||
|
|
||||||
|
#gms_go.mk has a broken copy of google_go.xml => google.xml
|
||||||
|
#But there already is a google.xml => google.xml
|
||||||
|
#Only difference between those is maps go and youtube go applinks, so good enough
|
||||||
|
PRODUCT_COPY_FILES := $(call FILTER_OUT,google_go.xml:, $(PRODUCT_COPY_FILES))
|
||||||
|
|
||||||
|
#We need to use this way because it overrides sync adapters
|
||||||
|
PRODUCT_PACKAGES := $(call FILTER_OUT,CalendarGoogle, $(PRODUCT_PACKAGES))
|
||||||
|
PRODUCT_PACKAGES := $(call FILTER_OUT,GoogleContacts, $(PRODUCT_PACKAGES))
|
||||||
|
|
||||||
|
PRODUCT_SHIPPING_API_LEVEL :=
|
||||||
|
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
phh-gapps-go-overrides \
|
||||||
|
|
||||||
|
34
overrides/Android.mk
Normal file
34
overrides/Android.mk
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
|
include $(CLEAR_VARS)
|
||||||
|
LOCAL_MODULE := phh-gapps-go-overrides
|
||||||
|
PACKAGES.phh-gapps-go-overrides.OVERRIDES := \
|
||||||
|
Wellbeing \
|
||||||
|
GMailGo \
|
||||||
|
YouTubeGo \
|
||||||
|
DuoGo \
|
||||||
|
Traceur \
|
||||||
|
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
LOCAL_MODULE_CLASS := ETC
|
||||||
|
LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)
|
||||||
|
LOCAL_SRC_FILES := nothing.txt
|
||||||
|
LOCAL_UNINSTALLABLE_MODULE := true
|
||||||
|
include $(BUILD_PREBUILT)
|
||||||
|
|
||||||
|
include $(CLEAR_VARS)
|
||||||
|
LOCAL_MODULE := phh-gapps-overrides
|
||||||
|
PACKAGES.phh-gapps-go-overrides.OVERRIDES := \
|
||||||
|
Drive \
|
||||||
|
YTMusic \
|
||||||
|
Videos \
|
||||||
|
Duo \
|
||||||
|
Traceur \
|
||||||
|
Weelbeing \
|
||||||
|
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
LOCAL_MODULE_CLASS := ETC
|
||||||
|
LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)
|
||||||
|
LOCAL_SRC_FILES := nothing.txt
|
||||||
|
LOCAL_UNINSTALLABLE_MODULE := true
|
||||||
|
include $(BUILD_PREBUILT)
|
0
overrides/nothing.txt
Normal file
0
overrides/nothing.txt
Normal file
Loading…
Reference in New Issue
Block a user