Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0a70a53c authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Disable frameworks loading of renderscript libs"

parents 896e7c71 06713a0e
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -79,6 +79,12 @@ PRODUCT_USES_DEFAULT_ART_CONFIG := false
PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST += \
PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST += \
    root/init.zygote64.rc
    root/init.zygote64.rc


# TODO(b/206676167): This property can be removed when renderscript is removed.
# Prevents framework from attempting to load renderscript libraries, which are
# not supported on this architecture.
PRODUCT_SYSTEM_PROPERTIES += \
    config.disable_renderscript=1 \

# This build configuration supports 64-bit apps only
# This build configuration supports 64-bit apps only
PRODUCT_NAME := aosp_riscv64
PRODUCT_NAME := aosp_riscv64
PRODUCT_DEVICE := generic_riscv64
PRODUCT_DEVICE := generic_riscv64