Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Commit 4da78c0

Browse files
committed
feat: Add treble: Include androidx.window.extensions patch
1 parent 21452e6 commit 4da78c0

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
From 267d881c8ad8a6626ea64768b20e0a86897091a8 Mon Sep 17 00:00:00 2001
2+
From: Andy CrossGate Yan <[email protected]>
3+
Date: Fri, 24 Mar 2023 00:13:01 +0000
4+
Subject: [PATCH 6/6] treble: Include androidx.window.extensions
5+
6+
This enables two-pane layout in Settings for tablets
7+
8+
Change-Id: I2503c1c510151ea8463c86521a9164727467c551
9+
---
10+
base.mk | 4 ++++
11+
1 file changed, 4 insertions(+)
12+
13+
diff --git a/base.mk b/base.mk
14+
index 17bfdc3..49c4da6 100644
15+
--- a/base.mk
16+
+++ b/base.mk
17+
@@ -255,3 +255,7 @@ PRODUCT_COPY_FILES += \
18+
# QCOM in-call audio fix as a standalone app
19+
PRODUCT_PACKAGES += \
20+
QcRilAm
21+
+
22+
+# Two-pane layout in Settings
23+
+PRODUCT_PACKAGES += \
24+
+ androidx.window.extensions
25+
--
26+
2.34.1
27+

0 commit comments

Comments
 (0)