mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
9 lines
201 B
Makefile
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
|