diff options
| author | Jeferson Oliveira <jroliveira.oliveira301@gmail.com> | 2021-04-22 15:19:07 +0200 |
|---|---|---|
| committer | Jeferson Oliveira <jroliveira.oliveira301@gmail.com> | 2021-04-22 15:19:36 +0200 |
| commit | 4bfcc4580cde908c03c77e4573e1e7f444c010a5 (patch) | |
| tree | 5bad702e3182a9f4d26757347a045cda7a191e61 | |
| parent | 295cc07bc2fdd24b0cf1860436b9e7f2d4419102 (diff) | |
harpia: Use cameraserver again
Change-Id: I42abde5642ea1a24c06b0b4fb79eb1f1c53ac1c0
| -rw-r--r-- | BoardConfig.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 5f81e13..eef3352 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -23,9 +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 \ /vendor/bin/mm-qcamera-daemon=25 |
