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:
parent
d50b98d6e4
commit
54f4411e09
2 changed files with 2 additions and 8 deletions
|
@ -95,12 +95,6 @@
|
|||
<transport arch="32+64">passthrough</transport>
|
||||
<fqname>@1.0::IDevice/default</fqname>
|
||||
</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">
|
||||
<name>android.hardware.sensors</name>
|
||||
<transport>hwbinder</transport>
|
||||
|
|
|
@ -289,7 +289,7 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.radio.config@1.2.vendor \
|
||||
android.hardware.radio@1.4.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.hardware.gnss@2.1.vendor
|
||||
|
||||
|
@ -489,7 +489,7 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.radio@1.5 \
|
||||
android.hardware.radio@1.2 \
|
||||
android.hardware.radio.config@1.1 \
|
||||
android.hardware.secure_element@1.0 \
|
||||
android.hardware.secure_element@1.2 \
|
||||
librmnetctl \
|
||||
libxml2 \
|
||||
libprotobuf-cpp-full \
|
||||
|
|
Loading…
Reference in a new issue