diff options
| author | jro1979oliver <jroliveira.oliveira301@gmail.com> | 2020-12-28 16:47:05 -0300 |
|---|---|---|
| committer | Tony Jose <gmoto1179@gmail.com> | 2021-01-01 19:26:05 +0530 |
| commit | 31afad927a1bce352b5146ad82e20f8a75706bcb (patch) | |
| tree | f0744875fe80c5abda5ff5c67c766f814dd847e7 | |
| parent | f1f4b72a3cb36ab500b57422605656cd190e663d (diff) | |
harpia: Use Legacy hal1 flag in BC
* keep other devices untouched
Change-Id: I3b223d1bb7a8ea25aff2f89ad0a89482fa3b6029
| -rw-r--r-- | BoardConfig.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 45d24f2..26545cd 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -23,6 +23,8 @@ DEVICE_PATH := device/motorola/harpia TARGET_OTA_ASSERT_DEVICE := harpia,harpia_retail # Camera +TARGET_HAS_LEGACY_CAMERA_HAL1 := true + TARGET_PROCESS_SDK_VERSION_OVERRIDE := \ /system/bin/cameraserver=25 \ /system/bin/mediaserver=25 \ |
