summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Jeong <ericjeong@google.com>2020-03-30 14:54:42 -0700
committerEric Jeong <ericjeong@google.com>2020-03-30 15:04:12 -0700
commit7f4a83c08e627d11604d963302bf69621bcfe70e (patch)
treec2265b87149d3a994b946013cc5790fdb76ba723
parentec446abd4003553a5cbe55a8a069d90c6cb63760 (diff)
downloadcar-7f4a83c08e627d11604d963302bf69621bcfe70e.tar.gz
Fix build error in car emulator
- Building car emulator generates build errors. checkvintf W 03-30 14:53:41 165602 165602 VintfObject.cpp:61] -2147483648: Cannot add manifest fragment /vendor/etc/vintf/manifest/android.hardware.keymaster@4.1-service.xml:HAL "android.hardware.keymaster" has a conflict. - It seems related to ag/10874160. - By removing "android.hardware.keymaster" definition is car's manifest.xml, thisi CL fixes the build error. Bug: 152801533 Test: lunch gcar_hl_emu_x86-userdebug && m -j Change-Id: If75b3e6189f1bb05d9648f9bf764a51761157dc3
-rw-r--r--common/manifest.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/common/manifest.xml b/common/manifest.xml
index fda646a..a49e2c7 100644
--- a/common/manifest.xml
+++ b/common/manifest.xml
@@ -72,15 +72,6 @@
</interface>
</hal>
<hal format="hidl">
- <name>android.hardware.keymaster</name>
- <transport>hwbinder</transport>
- <version>4.0</version>
- <interface>
- <name>IKeymasterDevice</name>
- <instance>default</instance>
- </interface>
- </hal>
- <hal format="hidl">
<name>android.hardware.graphics.allocator</name>
<transport>hwbinder</transport>
<version>3.0</version>