Skip to content

Commit

Permalink
Attempt to switch Aperture to GOS Camera
Browse files Browse the repository at this point in the history
  • Loading branch information
cawilliamson committed Feb 19, 2024
1 parent eb7250e commit d5d6f66
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
6 changes: 5 additions & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@
<project path="packages/apps/AuroraStorePrivilegedExtension" name="platform_packages_apps_AuroraStorePrivilegedExtension" remote="calyxos" revision="android14" />
<project path="packages/apps/F-DroidPrivilegedExtension" name="platform_packages_apps_F-DroidPrivilegedExtension" remote="calyxos" revision="android14" />

<!-- grapheneos -->
<!-- grapheneos apps -->
<project path="external/Apps" name="platform_external_Apps" remote="grapheneos" revision="14" clone-depth="1" />

<!-- grapheneos camera -->
<remove-project name="LineageOS/android_packages_apps_Aperture" />
<project path="external/Camera" name="GrapheneOS/platform_external_Camera" remote="grapheneos" revision="14" />

<!-- mulch -->
<remove-project name="LineageOS/android_external_chromium-webview_patches" />
<remove-project name="LineageOS/android_external_chromium-webview_prebuilt_arm" />
Expand Down
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

0 comments on commit d5d6f66

Please sign in to comment.