Skip to content

Commit

Permalink
Fix gapps path patch
Browse files Browse the repository at this point in the history
  • Loading branch information
cawilliamson committed Dec 28, 2023
1 parent b394ebc commit fc7f4c3
Showing 1 changed file with 4 additions and 4 deletions.
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
Expand Down

0 comments on commit fc7f4c3

Please sign in to comment.