forked from ahnet-69/treble_voltage
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt to switch Aperture to GOS Camera
- Loading branch information
1 parent
eb7250e
commit d5d6f66
Showing
2 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
...ersonal/platform_vendor_voltage/0007-Switch-LineageOS-Aperture-to-GrapheneOS-Camera.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
From 5ef5a8094058b19a31e48d7fad581d55020e9959 Mon Sep 17 00:00:00 2001 | ||
From: "Christopher A. Williamson" <[email protected]> | ||
Date: Mon, 19 Feb 2024 16:52:41 +0000 | ||
Subject: [PATCH] Switch LineageOS Aperture to GrapheneOS Camera | ||
|
||
--- | ||
config/common_full.mk | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/config/common_full.mk b/config/common_full.mk | ||
index 4a7147d..daee5e5 100644 | ||
--- a/config/common_full.mk | ||
+++ b/config/common_full.mk | ||
@@ -5,5 +5,5 @@ PRODUCT_SIZE := full | ||
|
||
ifneq ($(PRODUCT_NO_CAMERA),true) | ||
PRODUCT_PACKAGES += \ | ||
- Aperture | ||
+ Camera | ||
endif | ||
-- | ||
2.42.0 | ||
|