diff options
author | Elektroschmock <elektroschmock78@googlemail.com> | 2019-11-19 19:12:04 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2022-08-07 12:34:50 +0200 |
commit | e45a44ff621543c3cd8d4c9d95956b4be067fb27 (patch) | |
tree | a78ec13d265c0a5adcb92917dd13ee0e18464789 /BoardConfigCommon.mk | |
parent | 3344925a0e4c2b12aeed96e958104346af39a06b (diff) |
msm8996-common: Drop USE_DEVICE_SPECIFIC_CAMERA
Change-Id: I254a85b85380f53b105f01b33ff49a35d56214aa
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index c4a8335..7cf42a6 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -100,7 +100,6 @@ BOARD_QTI_CAMERA_32BIT_ONLY := true TARGET_SUPPORT_HAL1 := false TARGET_USES_MEDIA_EXTENSIONS := true TARGET_USES_QTI_CAMERA_DEVICE := true -USE_DEVICE_SPECIFIC_CAMERA := true DEVICE_SPECIFIC_CAMERA_PATH := $(VENDOR_PATH)/camera # Charger |