Revert "gps: update gps driver 140.20.23.532343" am: 45ea48cfc6
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/17731253 Change-Id: I6dbd4bc89fc4c095ec8b0103f80da640e14a427d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
6633accd26
10 changed files with 6488 additions and 6503 deletions
|
@ -42,7 +42,7 @@ cc_prebuilt_library_shared {
|
||||||
"android.hardware.gnss@2.1",
|
"android.hardware.gnss@2.1",
|
||||||
"android.hardware.gnss.measurement_corrections@1.0",
|
"android.hardware.gnss.measurement_corrections@1.0",
|
||||||
"android.hardware.gnss.visibility_control@1.0",
|
"android.hardware.gnss.visibility_control@1.0",
|
||||||
"android.hardware.gnss-V2-ndk",
|
"android.hardware.gnss-V1-ndk",
|
||||||
"libhardware",
|
"libhardware",
|
||||||
"libc++",
|
"libc++",
|
||||||
"libc",
|
"libc",
|
||||||
|
@ -77,7 +77,6 @@ cc_prebuilt_binary {
|
||||||
"android.hardware.gnss@1.1",
|
"android.hardware.gnss@1.1",
|
||||||
"android.hardware.gnss@2.0",
|
"android.hardware.gnss@2.0",
|
||||||
"android.hardware.gnss@2.1",
|
"android.hardware.gnss@2.1",
|
||||||
"android.hardware.gnss-V2-ndk",
|
|
||||||
"libc++",
|
"libc++",
|
||||||
"libc",
|
"libc",
|
||||||
"libm",
|
"libm",
|
||||||
|
|
|
@ -1,7 +1,16 @@
|
||||||
<manifest version="1.0" type="device">
|
<manifest version="1.0" type="device">
|
||||||
|
<hal format="hidl">
|
||||||
|
<name>android.hardware.gnss</name>
|
||||||
|
<transport>hwbinder</transport>
|
||||||
|
<version>2.1</version>
|
||||||
|
<version>1.1</version>
|
||||||
|
<interface>
|
||||||
|
<name>IGnss</name>
|
||||||
|
<instance>default</instance>
|
||||||
|
</interface>
|
||||||
|
</hal>
|
||||||
<hal format="aidl">
|
<hal format="aidl">
|
||||||
<name>android.hardware.gnss</name>
|
<name>android.hardware.gnss</name>
|
||||||
<version>2</version>
|
|
||||||
<fqname>IGnss/default</fqname>
|
<fqname>IGnss/default</fqname>
|
||||||
</hal>
|
</hal>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue