summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiluxsept <ronny.horn.rh@gmail.com>2024-07-17 18:01:01 +0200
committerSiluxsept <ronny.horn.rh@gmail.com>2024-11-20 16:22:26 +0100
commitc66ecf16c2d7c440fa2167558ac6d5b5e8961daa (patch)
tree25556a42fb2172546aa6442b98ed77a81b4de0ef
parent48b91ed43eb8448ab519ae6786795eab273df6e4 (diff)
b4s4: build MTG inline
Change-Id: Ic9b44927d4cd80d848c64e672ef20459911b4d70
-rw-r--r--aicp.dependencies6
-rw-r--r--device-lineage.mk8
2 files changed, 11 insertions, 3 deletions
diff --git a/aicp.dependencies b/aicp.dependencies
index d63ba434..78adf2a0 100644
--- a/aicp.dependencies
+++ b/aicp.dependencies
@@ -16,5 +16,11 @@
"repository": "LineageOS/android_device_google_gs-common",
"target_path": "device/google/gs-common",
"branch": "lineage-21"
+ },
+ {
+ "remote": "gitlab",
+ "repository": "MindTheGapps/vendor_gapps",
+ "target_path": "vendor/gapps",
+ "branch": "upsilon"
}
]
diff --git a/device-lineage.mk b/device-lineage.mk
index 4c9ca536..ec79d90c 100644
--- a/device-lineage.mk
+++ b/device-lineage.mk
@@ -28,9 +28,11 @@ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.telephony.euicc.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/android.hardware.telephony.euicc.xml
# GMS
-ifeq ($(WITH_GMS),true)
-GMS_MAKEFILE=gms_minimal.mk
-endif
+# ifeq ($(WITH_GMS),true)
+# GMS_MAKEFILE=gms_minimal.mk
+# endif
+WITH_GMS := true
+$(call inherit-product, vendor/gapps/arm64/arm64-vendor.mk)
# Google Assistant
PRODUCT_PRODUCT_PROPERTIES += ro.opa.eligible_device=true