summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stjernholm <mast@google.com>2024-02-12 12:21:21 +0000
committerMartin Stjernholm <mast@google.com>2024-02-12 23:27:13 +0000
commitae83cf112e608f468064c18172665f9059930b59 (patch)
treec4207d61d26a3d7b962374aa335c98cd9e42ed07
parent817a362d60ff8c16b0ee5e13e6a221f2136f865d (diff)
downloadruntime-ae83cf112e608f468064c18172665f9059930b59.tar.gz
Add libstatspull to riscv64 prebuilts.
The prebuilt itself is already there, but it wasn't patched into the Soong module. NOTE NOTE NOTE: If building for riscv64 using art/tools/buildbot-build.sh still fails with a "missing dependencies: libstatspull" error after this CL, you need to restore the StatsD .bp file in your local repository: git -C prebuilts/module_sdk/StatsD/ checkout -- current/Android.bp After that buildbot-build.sh will apply the updated patch in the next run. Test: lunch riscv64 && art/tools/buildbot-build.sh on master-art Bug: 324599208 Change-Id: I5d868a78efdfffd39f231f1c6ccf4251bc395bc7
-rw-r--r--mainline/local_riscv64/prebuilts/module_sdk/StatsD/current/Android.bp.patch14
1 files changed, 12 insertions, 2 deletions
diff --git a/mainline/local_riscv64/prebuilts/module_sdk/StatsD/current/Android.bp.patch b/mainline/local_riscv64/prebuilts/module_sdk/StatsD/current/Android.bp.patch
index 104fe7f5..e055ebfe 100644
--- a/mainline/local_riscv64/prebuilts/module_sdk/StatsD/current/Android.bp.patch
+++ b/mainline/local_riscv64/prebuilts/module_sdk/StatsD/current/Android.bp.patch
@@ -1,5 +1,5 @@
diff --git i/current/Android.bp w/current/Android.bp
-index d82af96e..34a6bd6f 100644
+index d82af96e..a1e535e0 100644
--- i/current/Android.bp
+++ w/current/Android.bp
@@ -1,4 +1,4 @@
@@ -8,7 +8,17 @@ index d82af96e..34a6bd6f 100644
// blueprint rules added by vendor/google/build/mainline_modules_sdks.py
// to support coexistence.
-@@ -174,6 +174,9 @@ cc_prebuilt_library_shared {
+@@ -136,6 +136,9 @@ cc_prebuilt_library_shared {
+ arm64: {
+ srcs: ["arm64/lib/libstatspull.so"],
+ },
++ riscv64: {
++ srcs: ["riscv64/lib/libstatspull.so"],
++ },
+ x86_64: {
+ srcs: ["x86_64/lib/libstatspull.so"],
+ },
+@@ -174,6 +177,9 @@ cc_prebuilt_library_shared {
arm64: {
srcs: ["arm64/lib/libstatssocket.so"],
},