summaryrefslogtreecommitdiff
path: root/vibrator/1.0/default/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'vibrator/1.0/default/Android.bp')
-rw-r--r--vibrator/1.0/default/Android.bp8
1 files changed, 8 insertions, 0 deletions
diff --git a/vibrator/1.0/default/Android.bp b/vibrator/1.0/default/Android.bp
index ed750b453b..d495f711d3 100644
--- a/vibrator/1.0/default/Android.bp
+++ b/vibrator/1.0/default/Android.bp
@@ -51,5 +51,13 @@ cc_binary {
"libutils",
"libhardware",
"android.hardware.vibrator@1.0",
+ "libhwbinder",
],
+ arch: {
+ arm: {
+ cflags: [
+ "-DARCH_ARM_32"
+ ],
+ },
+ },
}