mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
8a03e46c7e
Tested working on 18.1/klte TODO: backport to 16.0 Signed-off-by: Tad <tad@spotco.us>
27 lines
1003 B
Diff
27 lines
1003 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Daniel Micay <danielmicay@gmail.com>
|
|
Date: Thu, 17 Sep 2020 10:53:00 -0400
|
|
Subject: [PATCH] disable enforce RRO for mainline devices
|
|
|
|
RROs are currently incompatible with exec-based spawning. This also
|
|
impacts the wrapper spawning model for the stock OS which is available
|
|
by default, making it an upstream bug rather than a missing feature for
|
|
exec-based spawning in GrapheneOS.
|
|
---
|
|
target/product/mainline_system.mk | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/target/product/mainline_system.mk b/target/product/mainline_system.mk
|
|
index e9f9dde138..1199b78598 100644
|
|
--- a/target/product/mainline_system.mk
|
|
+++ b/target/product/mainline_system.mk
|
|
@@ -118,7 +118,7 @@ PRODUCT_COPY_FILES += \
|
|
# Enable dynamic partition size
|
|
PRODUCT_USE_DYNAMIC_PARTITION_SIZE := true
|
|
|
|
-PRODUCT_ENFORCE_RRO_TARGETS := *
|
|
+#PRODUCT_ENFORCE_RRO_TARGETS := *
|
|
|
|
PRODUCT_NAME := mainline_system
|
|
PRODUCT_BRAND := generic
|