summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index c983a54..39fec89 100644
--- a/Android.bp
+++ b/Android.bp
@@ -51,10 +51,10 @@ cc_library_static {
cppflags: LIBUNWIND_CPPFLAGS,
stl: "none",
sanitize: ["never"],
- disabled: true,
+ enabled: false,
arch: {
arm: {
- disabled: false,
+ enabled: true,
},
},
}