commit | e489590628efb71900b12520fcd24a5d72a2a257 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Fri Dec 23 02:10:35 2022 +0000 |
committer | Steven Moreland <smoreland@google.com> | Fri Dec 23 03:49:06 2022 +0000 |
tree | e9b0d27152dbd7e0bcfbb865f3e8856ab91cfd57 | |
parent | 95aa48b4731da1b214de8de754b6a606af016fd7 [diff] |
specify import version (I) Required to automate AIDL finalization - makes errors show up now instead of later. Bug: 188871598 Test: build Change-Id: I6f46a39f76a73f27a71bc36e600941249ccbe8ee Merged-In: Ic544707bac671d8327d8cc704a9d453470141e8e
diff --git a/input/processor/aidl/Android.bp b/input/processor/aidl/Android.bp index 773bb49..f1a73d2 100644 --- a/input/processor/aidl/Android.bp +++ b/input/processor/aidl/Android.bp
@@ -13,7 +13,7 @@ vendor_available: true, srcs: ["android/hardware/input/processor/*.aidl"], imports: [ - "android.hardware.input.common", + "android.hardware.input.common-V1", ], stability: "vintf", backend: {