Initial unified commit for Android 14, with "light" GSI target
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
From f3ffdeec910a9d36e92c88071c95016c3ecf2e1c Mon Sep 17 00:00:00 2001
|
||||
From: Andy CrossGate Yan <GeForce8800Ultra@gmail.com>
|
||||
Date: Sat, 24 Sep 2022 11:40:52 +0000
|
||||
Subject: [PATCH 1/2] vendor_lineage: Commonly build some packages
|
||||
|
||||
These were in handheld_product.mk and thus weren't included in GSI targets:
|
||||
Contacts, DeskClock, Gallery2, SettingsIntelligence, fwb overlays
|
||||
|
||||
Change-Id: I00cc5918164ed70c612c5caa31eb8d2d0cd05b62
|
||||
---
|
||||
config/common_full.mk | 3 +++
|
||||
config/common_mobile.mk | 4 +++-
|
||||
2 files changed, 6 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/config/common_full.mk b/config/common_full.mk
|
||||
index f7eecd84..51e1e022 100644
|
||||
--- a/config/common_full.mk
|
||||
+++ b/config/common_full.mk
|
||||
@@ -9,8 +9,11 @@ $(call inherit-product-if-exists, external/google-fonts/rubik/fonts.mk)
|
||||
|
||||
# Apps
|
||||
PRODUCT_PACKAGES += \
|
||||
+ Contacts \
|
||||
+ DeskClock \
|
||||
Eleven \
|
||||
Etar \
|
||||
+ Gallery2 \
|
||||
Profiles \
|
||||
Recorder \
|
||||
Seedvault
|
||||
diff --git a/config/common_mobile.mk b/config/common_mobile.mk
|
||||
index 560074e4..9f3ae002 100644
|
||||
--- a/config/common_mobile.mk
|
||||
+++ b/config/common_mobile.mk
|
||||
@@ -15,7 +15,9 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||
# Apps
|
||||
PRODUCT_PACKAGES += \
|
||||
Backgrounds \
|
||||
- Glimpse
|
||||
+ Glimpse \
|
||||
+ SettingsIntelligence \
|
||||
+ frameworks-base-overlays
|
||||
|
||||
ifeq ($(PRODUCT_TYPE), go)
|
||||
PRODUCT_PACKAGES += \
|
||||
--
|
||||
2.34.1
|
||||
|
||||
@@ -0,0 +1,34 @@
|
||||
From 1dcb3c39633bc877678577d9f6d43b8b3b51f953 Mon Sep 17 00:00:00 2001
|
||||
From: Andy CrossGate Yan <GeForce8800Ultra@gmail.com>
|
||||
Date: Tue, 19 Oct 2021 15:48:43 +0000
|
||||
Subject: [PATCH 2/2] vendor_lineage: Disable ADB authentication
|
||||
|
||||
Change-Id: I4370583ecab1c88ef6f42e29d3eaa52c24d13f09
|
||||
---
|
||||
config/common.mk | 5 -----
|
||||
1 file changed, 5 deletions(-)
|
||||
|
||||
diff --git a/config/common.mk b/config/common.mk
|
||||
index 00d0a416..c9930600 100644
|
||||
--- a/config/common.mk
|
||||
+++ b/config/common.mk
|
||||
@@ -13,16 +13,11 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
||||
ro.com.google.clientidbase=$(PRODUCT_GMS_CLIENTID_BASE)
|
||||
endif
|
||||
|
||||
-ifeq ($(TARGET_BUILD_VARIANT),eng)
|
||||
# Disable ADB authentication
|
||||
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += ro.adb.secure=0
|
||||
-else
|
||||
-# Enable ADB authentication
|
||||
-PRODUCT_SYSTEM_DEFAULT_PROPERTIES += ro.adb.secure=1
|
||||
|
||||
# Disable extra StrictMode features on all non-engineering builds
|
||||
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += persist.sys.strictmode.disable=true
|
||||
-endif
|
||||
|
||||
# Backup Tool
|
||||
PRODUCT_COPY_FILES += \
|
||||
--
|
||||
2.34.1
|
||||
|
||||
Reference in New Issue
Block a user