beyondx: Use linaro BSP

Change-Id: Ibcad4d39618a8e12bede18500607ec52469dd0c8
This commit is contained in:
Tim Zimmermann
2022-11-17 20:23:25 +01:00
parent 894798d8f6
commit e174651004
8 changed files with 0 additions and 65 deletions

View File

@@ -26,48 +26,6 @@ cc_prebuilt_library_shared {
soc_specific: true, soc_specific: true,
} }
cc_prebuilt_library_shared {
name: "gralloc.exynos9820",
owner: "samsung",
strip: {
none: true,
},
target: {
android_arm: {
srcs: ["proprietary/vendor/lib/hw/gralloc.exynos9820.so"],
},
android_arm64: {
srcs: ["proprietary/vendor/lib64/hw/gralloc.exynos9820.so"],
},
},
compile_multilib: "both",
check_elf_files: false,
relative_install_path: "hw",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "hwcomposer.exynos9820",
owner: "samsung",
strip: {
none: true,
},
target: {
android_arm: {
srcs: ["proprietary/vendor/lib/hw/hwcomposer.exynos9820.so"],
},
android_arm64: {
srcs: ["proprietary/vendor/lib64/hw/hwcomposer.exynos9820.so"],
},
},
compile_multilib: "both",
check_elf_files: false,
relative_install_path: "hw",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared { cc_prebuilt_library_shared {
name: "libTOFProc_interface", name: "libTOFProc_interface",
owner: "samsung", owner: "samsung",
@@ -128,26 +86,6 @@ cc_prebuilt_library_shared {
soc_specific: true, soc_specific: true,
} }
cc_prebuilt_library_shared {
name: "libexynosdisplay",
owner: "samsung",
strip: {
none: true,
},
target: {
android_arm: {
srcs: ["proprietary/vendor/lib/libexynosdisplay.so"],
},
android_arm64: {
srcs: ["proprietary/vendor/lib64/libexynosdisplay.so"],
},
},
compile_multilib: "both",
check_elf_files: false,
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared { cc_prebuilt_library_shared {
name: "libiu456_datapath_processor", name: "libiu456_datapath_processor",
owner: "samsung", owner: "samsung",

View File

@@ -75,12 +75,9 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
gatekeeper.exynos9820 \ gatekeeper.exynos9820 \
gralloc.exynos9820 \
hwcomposer.exynos9820 \
libTOFProc_interface \ libTOFProc_interface \
libbauthserver \ libbauthserver \
libbauthtzcommon \ libbauthtzcommon \
libexynosdisplay \
libiu456_datapath_processor \ libiu456_datapath_processor \
sensors.bio \ sensors.bio \
sensors.sensorhub \ sensors.sensorhub \

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.