summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hoisie <hoisie@google.com>2023-12-27 18:17:41 +0000
committerMichael Hoisie <hoisie@google.com>2023-12-27 18:23:22 +0000
commitce6e69c180256b4faed825a5da845f1f2eae61b7 (patch)
treeda7be10d7d48efc78980e0423496e8a60a43907a
parent18c9aca90346dee1866f3eb6aff3b381262d7347 (diff)
downloadbase-ce6e69c180256b4faed825a5da845f1f2eae61b7.tar.gz
Fix apex build error for libhwui
In a previous CL, the 'libnativehelper_lazy' dependency was switched to libnativehelper. This caused an apex_available platform error because 'libnativehelper' is not available for the platform apex. Switch it back to libnativehelper_lazy. Bug: 317896089 Test: m robolectric_native_runtime dist Change-Id: I187a065d2c2a9325f45fb3dfd311fca8ef4c4696
-rw-r--r--libs/hwui/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Android.bp b/libs/hwui/Android.bp
index f0486948b6e0..de7454705133 100644
--- a/libs/hwui/Android.bp
+++ b/libs/hwui/Android.bp
@@ -401,7 +401,7 @@ cc_defaults {
],
static_libs: [
- "libnativehelper",
+ "libnativehelper_lazy",
"libziparchive_for_incfs",
],