mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
Fixup OpenEUICC inclusion
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
d6c3b6c8fa
commit
8b51c3cd0f
6 changed files with 23 additions and 8 deletions
|
@ -13,11 +13,6 @@ PRODUCT_PACKAGES += \
|
|||
# OpenCamera
|
||||
#endif
|
||||
|
||||
ifeq (,$(filter crosshatch blueline bonito sargo coral flame sunfish barbet redfin bluejay oriole raven panther cheetah FP4,$(TARGET_PRODUCT))) #FIXME
|
||||
PRODUCT_PACKAGES += \
|
||||
OpenEUICC
|
||||
endif
|
||||
|
||||
# Extras
|
||||
PRODUCT_PACKAGES += \
|
||||
TalkBack \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Dmitry Muhomor <muhomor.dmitry@gmail.com>
|
||||
Date: Mon, 27 Mar 2023 16:00:00 +0300
|
||||
Subject: [PATCH 1/2] add hooks for modifying PackageManagerService behavior
|
||||
Subject: [PATCH] add hooks for modifying PackageManagerService behavior
|
||||
|
||||
---
|
||||
.../server/ext/PackageManagerHooks.java | 90 +++++++++++++++++++
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Dmitry Muhomor <muhomor.dmitry@gmail.com>
|
||||
Date: Mon, 27 Mar 2023 16:29:13 +0300
|
||||
Subject: [PATCH 2/2] integrate Google's EuiccSupportPixel package
|
||||
Subject: [PATCH] integrate Google's EuiccSupportPixel package
|
||||
|
||||
Depends on commit: "don't crash apps that depend on missing Gservices provider"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue