android_device_samsung_a20/a10/device.mk
roynatech2544 1283dec6bc
a10: Change sensor HAL name suffix
- In fact only 32bit compiled, not that it is a10 specific
2023-11-29 19:46:23 +09:00

9 lines
201 B
Makefile

TARGET_LOCAL_ARCH := arm64
$(call inherit-product, vendor/samsung/a10/a10-vendor.mk)
# Sensors
PRODUCT_PACKAGES += \
android.hardware.sensors@1.0-service_32
include device/samsung/a10/common.mk