e1q: fix error
error: vendor/samsung/e1q/Android.bp:31244:1: module "vendor.samsung.hardware.hyper-service" variant "android_vendor_arm64_armv9-a": module "libhyper" is not a shared library fatal errors encountered
This commit is contained in:
parent
51ac5281d4
commit
33ff348222
104
Android.bp
104
Android.bp
@ -15606,37 +15606,6 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libhyper",
|
||||
owner: "samsung",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libhyper.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"libhardware",
|
||||
"liblog",
|
||||
"libbase",
|
||||
"libjsoncpp",
|
||||
"libcrypto",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libhypermotion_core",
|
||||
owner: "samsung",
|
||||
@ -15697,37 +15666,6 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libhypervintf",
|
||||
owner: "samsung",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib64/libhypervintf.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libcutils",
|
||||
"liblog",
|
||||
"libutils",
|
||||
"libbinder",
|
||||
"libbinder_ndk",
|
||||
"libhidlbase",
|
||||
"vendor.samsung.hardware.hyper-V2-ndk",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libiddqd.uniplugin@1.0",
|
||||
owner: "samsung",
|
||||
@ -29917,15 +29855,6 @@ prebuilt_etc_xml {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
prebuilt_etc_xml {
|
||||
name: "hyper-default-sec.xml",
|
||||
owner: "samsung",
|
||||
src: "proprietary/vendor/etc/vintf/manifest/hyper-default-sec.xml",
|
||||
filename_from_src: true,
|
||||
sub_dir: "vintf/manifest",
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
prebuilt_etc_xml {
|
||||
name: "qms-saidl.xml",
|
||||
owner: "samsung",
|
||||
@ -31241,39 +31170,6 @@ cc_prebuilt_binary {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_binary {
|
||||
name: "vendor.samsung.hardware.hyper-service",
|
||||
owner: "samsung",
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/bin/hw/vendor.samsung.hardware.hyper-service",
|
||||
],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"libhyper",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"libhardware",
|
||||
"liblog",
|
||||
"libbinder_ndk",
|
||||
"vendor.samsung.hardware.hyper-V2-ndk",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
prefer: true,
|
||||
relative_install_path: "hw",
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_binary {
|
||||
name: "vendor.samsung.hardware.security.drk-service",
|
||||
owner: "samsung",
|
||||
|
@ -110,7 +110,6 @@ PRODUCT_COPY_FILES += \
|
||||
vendor/samsung/e1q/proprietary/vendor/etc/init/dataqti.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/dataqti.rc \
|
||||
vendor/samsung/e1q/proprietary/vendor/etc/init/dpmQmiMgr.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/dpmQmiMgr.rc \
|
||||
vendor/samsung/e1q/proprietary/vendor/etc/init/hermesd.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hermesd.rc \
|
||||
vendor/samsung/e1q/proprietary/vendor/etc/init/hyper-default-sec.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hyper-default-sec.rc \
|
||||
vendor/samsung/e1q/proprietary/vendor/etc/init/init.audio.samsung.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.audio.samsung.rc \
|
||||
vendor/samsung/e1q/proprietary/vendor/etc/init/init.embmssl_server.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.embmssl_server.rc \
|
||||
vendor/samsung/e1q/proprietary/vendor/etc/init/init.fingerprint.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.fingerprint.rc \
|
||||
@ -941,10 +940,8 @@ PRODUCT_PACKAGES += \
|
||||
libhermes_cred \
|
||||
libhme \
|
||||
libhwvault \
|
||||
libhyper \
|
||||
libhypermotion_core \
|
||||
libhypermotion_interface \
|
||||
libhypervintf \
|
||||
libiddqd.uniplugin@1.0 \
|
||||
libidl \
|
||||
libimage_enhancement.arcsoft \
|
||||
@ -1440,7 +1437,6 @@ PRODUCT_PACKAGES += \
|
||||
bluetooth_audio.xml \
|
||||
bttpi-saidl.xml \
|
||||
drk_manifest.xml \
|
||||
hyper-default-sec.xml \
|
||||
qms-saidl.xml \
|
||||
sec_c2_manifest_default0_1_2.xml \
|
||||
vendor.qti.camera.aon-impl.xml \
|
||||
@ -1494,7 +1490,6 @@ PRODUCT_PACKAGES += \
|
||||
vendor.qti.media.c2@1.0-service \
|
||||
vendor.samsung.hardware.camera.provider-service_64 \
|
||||
vendor.samsung.hardware.health-service \
|
||||
vendor.samsung.hardware.hyper-service \
|
||||
vendor.samsung.hardware.security.drk-service \
|
||||
vendor.samsung.hardware.security.drk@2.0-service \
|
||||
vendor.samsung.hardware.security.hermes-service \
|
||||
|
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
service vendor.samsung.hardware.hyper-default /vendor/bin/hw/vendor.samsung.hardware.hyper-service
|
||||
class hal
|
||||
user system
|
||||
group system
|
||||
capabilities SYS_NICE
|
||||
|
||||
on property:init.svc.zygote=restarting
|
||||
restart vendor.samsung.hardware.hyper-default
|
@ -1,7 +0,0 @@
|
||||
<manifest version="1.0" type="device">
|
||||
<hal format="aidl">
|
||||
<name>vendor.samsung.hardware.hyper</name>
|
||||
<version>2</version>
|
||||
<fqname>ISehHyPer/default</fqname>
|
||||
</hal>
|
||||
</manifest>
|
BIN
proprietary/vendor/lib64/libhyper.so
vendored
BIN
proprietary/vendor/lib64/libhyper.so
vendored
Binary file not shown.
BIN
proprietary/vendor/lib64/libhypervintf.so
vendored
BIN
proprietary/vendor/lib64/libhypervintf.so
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user