summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-09 04:17:47 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-09 04:17:47 +0000
commit761299be6f3a76239cf7ee745ab781e621e5fe2c (patch)
treeca30cd9e0e01a2608db7e5fffa24ead1526cedec
parent8700dd629f0b09bdfb18d2953dfef0bc7478b302 (diff)
parent1e4a977d43251093f8fef35999a84342e650f89d (diff)
downloadrs-android14-qpr2-s2-release.tar.gz
Change-Id: I881dcde1ee98dbd6907567ac7989534e3b444576
-rw-r--r--Android.bp8
1 files changed, 6 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 04b2a06d..0cd395b5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -243,13 +243,17 @@ cc_library_shared {
static_libs: ["libarect"],
- // These runtime modules, including libcompiler_rt.so, are required for
- // RenderScript.
+ // These runtime modules are required for RenderScript.
required: [
"libclcore.bc",
"libclcore_debug.bc",
"libclcore_debug_g.bc",
"libclcore_g.bc",
+ ],
+
+ // Some runtime modules, such as libcompiler_rt, are also
+ // required from non-system variant.
+ runtime_libs: [
"libcompiler_rt",
],