From c8ddf2fea6c21fa5e7c85ce5148396ca7f777b64 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Mon, 18 Nov 2019 19:20:18 -0800 Subject: [PATCH] vibrator: enable vintf java So constants can be used from Java. Bug: 136027762 Test: compile Change-Id: I3381703b80ec168688a67cf9c07d598ce881be55 --- vibrator/aidl/Android.bp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/vibrator/aidl/Android.bp b/vibrator/aidl/Android.bp index 18468efb0b..cd5439f1cb 100644 --- a/vibrator/aidl/Android.bp +++ b/vibrator/aidl/Android.bp @@ -5,10 +5,5 @@ aidl_interface { "android/hardware/vibrator/*.aidl", ], stability: "vintf", - backend: { - java: { - enabled: false, - }, - }, }