summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCollin Fijalkovich <cfijalkovich@google.com>2021-05-11 16:13:58 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-05-11 16:13:58 +0000
commit919e8c1ba3417c11087c5e1a243359c8f9416ce6 (patch)
treef01249b7289430110204862dea6572de4170cc42
parent0e52d9c6f97049cbaad7282fe67b495ad8613a85 (diff)
parentc10428f9868a262ab1c11f2c6c8b5396a2c77431 (diff)
Merge "Compile libhwui.so with 2MB section alignment."
-rw-r--r--libs/hwui/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/Android.bp b/libs/hwui/Android.bp
index 6220abed05eb..e74d3966a39b 100644
--- a/libs/hwui/Android.bp
+++ b/libs/hwui/Android.bp
@@ -528,6 +528,7 @@ cc_library {
"libhwui_defaults",
"android_graphics_apex",
"android_graphics_jni",
+ "linker_hugepage_aligned",
],
export_header_lib_headers: ["android_graphics_apex_headers"],
}