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

Commit

Permalink
feat: Add treble: Include androidx.window.extensions patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ponces committed May 3, 2023
1 parent 73a4ad8 commit c591d2b
Showing 1 changed file with 27 additions and 0 deletions.
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

0 comments on commit c591d2b

Please sign in to comment.