diff options
| author | Julian Veit <claymore1298@gmail.com> | 2019-09-16 07:54:53 +0200 |
|---|---|---|
| committer | Julian Veit <claymore1298@gmail.com> | 2019-09-29 18:19:27 +0200 |
| commit | 008ea56202ee58d0df89a80cece2b32029e72a21 (patch) | |
| tree | 99712d1da19a6cdfb0741682fc64913a8af0a55f | |
| parent | 270661065e8496b6aa798ac7e9611a49efd0da79 (diff) | |
Revert "hima-common: override api-level for bluetooth"
This reverts commit 15f1441166c25a015be7a842236994d7c755c941.
Change-Id: I2f04b83fb131673b710f616eafc1d72cdc7652e8
| -rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 34d3a07..fcab287 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -83,8 +83,7 @@ BOARD_HAVE_BLUETOOTH_BCM := true TARGET_SPECIFIC_CAMERA_PARAMETER_LIBRARY := libcamera_parameters_ext_hima TARGET_PROCESS_SDK_VERSION_OVERRIDE := \ /system/bin/cameraserver=24 \ - /vendor/bin/mm-qcamera-daemon=24 \ - /vendor/bin/hw/android.hardware.bluetooth@1.0-service=24 + /vendor/bin/mm-qcamera-daemon=24 USE_DEVICE_SPECIFIC_CAMERA := true BOARD_GLOBAL_CFLAGS += -DPROPERTY_PERMS_APPEND='{"htc.camera.sensor.", AID_CAMERA, 0}, {"camera.4k2k.", AID_MEDIA, 0},' |
