sdm660-common: Build android.hardware.secure_element@1.2

* Might as well remove it from the manifest, since it's not required
* Fixes error:
 F linker  : CANNOT LINK EXECUTABLE "/vendor/bin/hw/qcrild": library "android.hardware.secure_element@1.2.so" not found: needed by /vendor/lib64/libril-qc-hal-qmi.so in namespace (default)

Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
Martin Štrobl 2021-10-15 21:05:48 +02:00 committed by pix106
parent d50b98d6e4
commit 54f4411e09
2 changed files with 2 additions and 8 deletions

View file

@ -95,12 +95,6 @@
<transport arch="32+64">passthrough</transport> <transport arch="32+64">passthrough</transport>
<fqname>@1.0::IDevice/default</fqname> <fqname>@1.0::IDevice/default</fqname>
</hal> </hal>
<hal format="hidl">
<name>android.hardware.secure_element</name>
<transport>hwbinder</transport>
<fqname>@1.0::ISecureElement/SIM1</fqname>
<fqname>@1.0::ISecureElement/SIM2</fqname>
</hal>
<hal format="hidl"> <hal format="hidl">
<name>android.hardware.sensors</name> <name>android.hardware.sensors</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>

View file

@ -289,7 +289,7 @@ PRODUCT_PACKAGES += \
android.hardware.radio.config@1.2.vendor \ android.hardware.radio.config@1.2.vendor \
android.hardware.radio@1.4.vendor \ android.hardware.radio@1.4.vendor \
android.hardware.radio.deprecated@1.0.vendor \ android.hardware.radio.deprecated@1.0.vendor \
android.hardware.secure_element@1.0.vendor \ android.hardware.secure_element@1.2.vendor \
android.system.net.netd@1.1.vendor \ android.system.net.netd@1.1.vendor \
android.hardware.gnss@2.1.vendor android.hardware.gnss@2.1.vendor
@ -489,7 +489,7 @@ PRODUCT_PACKAGES += \
android.hardware.radio@1.5 \ android.hardware.radio@1.5 \
android.hardware.radio@1.2 \ android.hardware.radio@1.2 \
android.hardware.radio.config@1.1 \ android.hardware.radio.config@1.1 \
android.hardware.secure_element@1.0 \ android.hardware.secure_element@1.2 \
librmnetctl \ librmnetctl \
libxml2 \ libxml2 \
libprotobuf-cpp-full \ libprotobuf-cpp-full \