From bf69b25911c6cf6b7e17b5c54668af92aba64391 Mon Sep 17 00:00:00 2001 From: Lais Andrade Date: Tue, 23 Feb 2021 10:34:13 +0000 Subject: [PATCH] Use current sdk in hardware.vibrator java backend This change a allows usaging this target in frameworks code without creating a cyclic dependency. Bug: 180924179 Test: manual Change-Id: I5f3c1598c548489dbf23edb7eb1becb985288768 --- vibrator/aidl/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vibrator/aidl/Android.bp b/vibrator/aidl/Android.bp index 97663538fa..f6bd4cfd5b 100644 --- a/vibrator/aidl/Android.bp +++ b/vibrator/aidl/Android.bp @@ -7,7 +7,7 @@ aidl_interface { stability: "vintf", backend: { java: { - platform_apis: true, + sdk_version: "module_current", }, ndk: { vndk: {