mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
A10-ARM: Fix overlay build
- LOCAL_PATH is not set coming to this common.mk
This commit is contained in:
parent
22927330e7
commit
0f241e7998
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
|
DEVICE_PACKAGE_OVERLAYS += device/samsung/a10/overlay
|
||||||
|
|
||||||
TARGET_BOARD_CAMERA_COUNT := 2
|
TARGET_BOARD_CAMERA_COUNT := 2
|
||||||
TARGET_BOARD_HAS_FP := false
|
TARGET_BOARD_HAS_FP := false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue