Skip to content

Commit

Permalink
disable enforce RRO for mainline devices
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
thestinger committed Oct 5, 2021
1 parent 918c4bd commit a2b5190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/product/mainline_system.mk
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,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
Expand Down

0 comments on commit a2b5190

Please sign in to comment.