commit | ec1198d941f61ca6bf35143c816a495bc4a9cf3a | [log] [tgz] |
---|---|---|
author | Alex Buynytskyy <alexbuy@google.com> | Tue Apr 04 19:52:27 2023 +0000 |
committer | Steven Moreland <smoreland@google.com> | Fri Apr 07 23:41:20 2023 +0000 |
tree | f9238972e98b1e723a1d316485389581a02eb5cd | |
parent | 37ce42ae9575671d0651b192abdeec3c0d65d4be [diff] [blame] |
UpsideDownCake is now 34 Ignore-AOSP-First: UpsideDownCake Finalization Bug: 275409981 Test: build Change-Id: I832ab7a8b5445ba85e27bbcf5be64906bfa0e5be
diff --git a/sensors/aidl/Android.bp b/sensors/aidl/Android.bp index 9673190..3914ec1 100644 --- a/sensors/aidl/Android.bp +++ b/sensors/aidl/Android.bp
@@ -33,6 +33,15 @@ "android.hardware.common.fmq-V1", ], }, + { + version: "2", + imports: [ + "android.hardware.common-V2", + "android.hardware.common.fmq-V1", + ], + }, + ], + frozen: true, }