summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Jeong <ericjeong@google.com>2020-04-04 14:34:07 -0700
committerEric Jeong <ericjeong@google.com>2020-04-04 14:34:07 -0700
commitad64c669c84da82c51d6fb521fdc9958cbf67522 (patch)
tree2070b4eff4855b99455490db1b6fcd24c42c9998
parent2aebdf0d1877d759185e583c22372e013eabf02d (diff)
downloadcar-ad64c669c84da82c51d6fb521fdc9958cbf67522.tar.gz
Fix build error in car emulator
- after ag/10924711 is landed, building car emulator fails. - removing the definition of android.hardware.gnss from car manifest will fix the build error. Bug: 153236390 Test: lunch gcar_hl_emu_x86-userdebug && m -j Change-Id: Ifd2145221a633fc6598bbb1c8c7fa8beb9fc2cef
-rw-r--r--common/manifest.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/common/manifest.xml b/common/manifest.xml
index a49e2c7..4430973 100644
--- a/common/manifest.xml
+++ b/common/manifest.xml
@@ -117,15 +117,6 @@
</interface>
</hal>
<hal format="hidl">
- <name>android.hardware.gnss</name>
- <transport>hwbinder</transport>
- <version>1.0</version>
- <interface>
- <name>IGnss</name>
- <instance>default</instance>
- </interface>
- </hal>
- <hal format="hidl">
<name>android.hardware.media.omx</name>
<transport>hwbinder</transport>
<version>1.0</version>