commit | 70f5837e1f5f86d3ef8604cdb4d641e70da3b332 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Sat Apr 16 07:03:24 2022 +0900 |
committer | Jiyong Park <jiyong@google.com> | Sat Apr 16 07:03:24 2022 +0900 |
tree | 8107b3fd7b416975fed9de3d1f29141648cc3732 | |
parent | 3adf36824f0c3d6590250022cfd009f4dd9775cd [diff] |
Freeze AIDL APIs for TM Bug: 225941299 Test: m Change-Id: I61eb51c0334eb99489c6f1570110d7e18c350c99
diff --git a/sensors/aidl/Android.bp b/sensors/aidl/Android.bp index 92b7ad0..1c2d83f 100644 --- a/sensors/aidl/Android.bp +++ b/sensors/aidl/Android.bp
@@ -29,4 +29,14 @@ }, }, }, + versions_with_info: [ + { + version: "1", + imports: [ + "android.hardware.common-V2", + "android.hardware.common.fmq-V1", + ], + }, + ], + }