This repository has been archived by the owner on Dec 12, 2023. It is now read-only.
forked from AndyCGYan/lineage_build_unified
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add treble: Include androidx.window.extensions patch
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
patches/personal/device_phh_treble/0006-treble-Include-androidx.window.extensions.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,27 @@ | ||
From 267d881c8ad8a6626ea64768b20e0a86897091a8 Mon Sep 17 00:00:00 2001 | ||
From: Andy CrossGate Yan <[email protected]> | ||
Date: Fri, 24 Mar 2023 00:13:01 +0000 | ||
Subject: [PATCH 6/6] treble: Include androidx.window.extensions | ||
|
||
This enables two-pane layout in Settings for tablets | ||
|
||
Change-Id: I2503c1c510151ea8463c86521a9164727467c551 | ||
--- | ||
base.mk | 4 ++++ | ||
1 file changed, 4 insertions(+) | ||
|
||
diff --git a/base.mk b/base.mk | ||
index 17bfdc3..49c4da6 100644 | ||
--- a/base.mk | ||
+++ b/base.mk | ||
@@ -255,3 +255,7 @@ PRODUCT_COPY_FILES += \ | ||
# QCOM in-call audio fix as a standalone app | ||
PRODUCT_PACKAGES += \ | ||
QcRilAm | ||
+ | ||
+# Two-pane layout in Settings | ||
+PRODUCT_PACKAGES += \ | ||
+ androidx.window.extensions | ||
-- | ||
2.34.1 | ||
|