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.
- Loading branch information
1 parent
b394ebc
commit fc7f4c3
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
patches/personal/platform_device_phh_treble/0003-Fix-gapps-path.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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
From 0a800aaabb083045f289c517db14fcdacf382c59 Thu Dec 28 00:00:00 2023 | ||
From 8d9f5f78c7629aa9a416c706a0380fd3e1ffa03e Mon Sep 17 00:00:00 2001 | ||
From: chrisaw <[email protected]> | ||
Date: Thu, 28 Dec 2023 22:01:00 +0000 | ||
Date: Thu, 28 Dec 2023 22:54:12 +0000 | ||
Subject: [PATCH] Fix gapps path | ||
|
||
--- | ||
gapps.mk | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/gapps.mk b/gapps.mk | ||
index eb12c67..f382c59 | ||
index 15e12a9..a9390fb 100644 | ||
--- a/gapps.mk | ||
+++ b/gapps.mk | ||
@@ -44,7 +44,7 @@ | ||
@@ -44,7 +44,7 @@ endif | ||
#Pixel Experience gapps | ||
ifneq ($(wildcard vendor/gapps),) | ||
IS_PHONE := true | ||
|