summaryrefslogtreecommitdiff
path: root/sensors
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2022-04-16 07:03:24 +0900
committerJiyong Park <jiyong@google.com>2022-04-16 07:03:24 +0900
commit70f5837e1f5f86d3ef8604cdb4d641e70da3b332 (patch)
tree8107b3fd7b416975fed9de3d1f29141648cc3732 /sensors
parent3adf36824f0c3d6590250022cfd009f4dd9775cd (diff)
Freeze AIDL APIs for TM
Bug: 225941299 Test: m Change-Id: I61eb51c0334eb99489c6f1570110d7e18c350c99
Diffstat (limited to 'sensors')
-rw-r--r--sensors/aidl/Android.bp10
1 files changed, 10 insertions, 0 deletions
diff --git a/sensors/aidl/Android.bp b/sensors/aidl/Android.bp
index 92b7ad03d8..1c2d83fee7 100644
--- a/sensors/aidl/Android.bp
+++ b/sensors/aidl/Android.bp
@@ -29,4 +29,14 @@ aidl_interface {
},
},
},
+ versions_with_info: [
+ {
+ version: "1",
+ imports: [
+ "android.hardware.common-V2",
+ "android.hardware.common.fmq-V1",
+ ],
+ },
+ ],
+
}