sdm660-common: Downgrade android.hardware.secure_element

- Also remove manifest entry
This commit is contained in:
OdSazib 2021-06-12 00:29:52 +06:00
parent 491969fae8
commit c707948bcc
No known key found for this signature in database
GPG key ID: D4CC9F3E8190970A
2 changed files with 1 additions and 16 deletions

View file

@ -190,21 +190,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<instance>default</instance>
</interface>
</hal>
<!--UICC secure element -->
<hal format="hidl">
<name>android.hardware.secure_element</name>
<transport>hwbinder</transport>
<version>1.2</version>
<interface>
<name>ISecureElement</name>
<instance>SIM1</instance>
<instance>SIM2</instance>
<instance>eSE1</instance>
</interface>
<fqname>@1.2::ISecureElement/SIM1</fqname>
<fqname>@1.2::ISecureElement/SIM2</fqname>
<fqname>@1.2::ISecureElement/eSE1</fqname>
</hal>
<hal format="hidl">
<name>android.hardware.renderscript</name>
<transport arch="32+64">passthrough</transport>

View file

@ -496,7 +496,7 @@ PRODUCT_PACKAGES += \
android.hardware.radio@1.5 \
android.hardware.radio@1.2 \
android.hardware.radio.config@1.1 \
android.hardware.secure_element@1.2 \
android.hardware.secure_element@1.0 \
librmnetctl \
libxml2 \
libprotobuf-cpp-full \