Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
feat: Add build: Prefer Aperture over Camera2 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ponces committed Aug 23, 2023
1 parent 33d79a1 commit fdb0300
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From e679bd168b2d45d552e43072f11786f2891358db Mon Sep 17 00:00:00 2001
From: Andy CrossGate Yan <[email protected]>
Date: Mon, 5 Oct 2020 01:51:46 +0000
Subject: [PATCH 1/3] build: Don't handle apns-conf
Subject: [PATCH 1/4] build: Don't handle apns-conf

Leave it to vendor/evolution instead

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 3959166887fc1872dfdbf79ff525f951d694432d Mon Sep 17 00:00:00 2001
From: Alberto Ponces <[email protected]>
Date: Sat, 3 Oct 2020 14:28:35 -0700
Subject: [PATCH 2/3] build: Fix device name
Subject: [PATCH 2/4] build: Fix device name

This is only valid for GSI images.

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
From e114d9ba53b9379bedc46a3a1746022fafb80b42 Mon Sep 17 00:00:00 2001
From: Alberto Ponces <[email protected]>
Date: Wed, 23 Aug 2023 11:24:17 +0000
Subject: [PATCH 3/4] build: Prefer Aperture over Camera2

---
target/product/handheld_product.mk | 1 +
1 file changed, 1 insertion(+)

diff --git a/target/product/handheld_product.mk b/target/product/handheld_product.mk
index 723e3cffd..6c9fd8886 100644
--- a/target/product/handheld_product.mk
+++ b/target/product/handheld_product.mk
@@ -22,6 +22,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/media_product.mk)

# /product packages
PRODUCT_PACKAGES += \
+ Aperture \
Browser2 \
Contacts \
DeskClock \
--
2.34.1

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 70073cb180051a0bcedb5fac624e9b9927faefc3 Mon Sep 17 00:00:00 2001
From: Victor Bo <[email protected]>
Date: Sat, 14 Dec 2019 23:46:34 +0200
Subject: [PATCH 3/3] Remove su from vanilla builds
Subject: [PATCH 4/4] Remove su from vanilla builds

---
target/product/base_system.mk | 1 -
Expand Down

0 comments on commit fdb0300

Please sign in to comment.