Common Device Tree for Samsung S7 QCOM
Find a file
Deokgyu Yang 24df69b790 gts3l-common: boardconfig: Override SDK API level 27 for mm-qcamera-daemon
As our tablet was updated until Android 9, I tried to use SDK API level
28 but it couldn't init the camera feature. But setting to level 27
seems working well.

Here is the details of overriding SDK API level from a LineageOS commit,
which has Change-Id: I1d95a4019c298497dce504894d0db705e541a92d
```
Replace file pinning applied in commit fee6d01 by setting the lower SDK version
that exempts mm-qcamera-daemon from the tight restrictions on mutex calls.

This allows us to update to the latest blobs without needing to manually
re-patch the offending camera lib.
```

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: Ib75d5806c1facbd8e4e5dd4ea140a2716c6c2f54
2021-12-19 16:54:45 +09:00
audio gts3l-common: audio: Add Dolby audio effect 2021-12-19 16:50:53 +09:00
AudioRotationMonitor gts3l-common: audio: Implement audio rotation handler app×service 2021-08-07 16:34:11 +09:00
bluetooth init q 2019-10-11 15:28:34 +03:00
camera gts3l-common: camera: Add camera configs to the device tree 2021-08-29 17:15:13 +09:00
configs gts3l-common: thermal: Add thermal-engine configs to the device tree 2021-08-30 02:23:15 +09:00
display Move several folders from configs to the root dir 2021-05-12 22:59:53 +09:00
idc gts3l-common: idc/keylayout: Clean up and add keylayouts for the Samsung products 2021-09-22 21:59:37 +09:00
keylayout gts3l-common: keylayout: Correct DPAD key mapping 2021-11-14 14:41:54 +09:00
libhidl gts3l: hidl: Build android.hidl.manager 2021-05-26 01:19:23 +09:00
light gts3l-common: light: Edit for the gts3l family 2021-08-13 22:36:24 +09:00
livedisplay gts3l-common: livedisplay: Remove unsupported features 2021-08-13 23:00:49 +09:00
media gts3l: media: Import vendor configs 2021-06-08 17:25:14 +09:00
overlay gts3l-common: overlay: Remove showNavigationBar key 2021-12-19 03:43:33 +09:00
overlay-lineage gts3l-common: snap: Remove unnecessary RAM option 2021-08-30 23:00:01 +09:00
power gts3l-common: power: Turn off some inputs when screen turns off 2021-07-27 00:00:26 +09:00
recovery/root Add init script for recovery 2021-05-12 23:56:44 +09:00
rootdir gts3l-common: rootdir/bin: Remove unsupported tuning HMP properties 2021-12-12 19:22:06 +09:00
seccomp gts3l: seccomp: Add mediaextractor.policy 2021-05-20 12:14:35 +09:00
sepolicy gts3l-common: eas: selinux: Add policy for schedutil nodes 2021-12-04 15:04:47 +09:00
shims gts3l-common: camera: Use vendor camera HAL 2021-08-04 01:43:14 +09:00
touch gts3l-common: touch: Add touch HAL implement 2021-12-19 03:43:17 +09:00
vndk Use prebuilt VNDK libraries 2021-05-10 23:47:03 +09:00
wifi Update Wifi configs from T825N0KOU3CTD1 2021-05-12 22:49:22 +09:00
Android.bp Add explicit Android blueprint to the root location 2021-05-10 23:39:18 +09:00
Android.mk gts3l: fs: Mount and link properly to fit into MSM8996 family 2021-06-05 01:59:10 +09:00
BoardConfigCommon.mk gts3l-common: boardconfig: Override SDK API level 27 for mm-qcamera-daemon 2021-12-19 16:54:45 +09:00
compatibility_matrix.xml gts3llte: compatibility_matrix: Add radio entries to fix HAL issues 2021-07-02 01:13:40 +09:00
config.fs gts3l-common: configfs: Optimize for msm8996 family 2021-12-06 15:27:39 +09:00
extract-files.sh gts3l-common: lpm: Enable the power-off mode charging using Samsung LPM 2021-09-22 21:59:35 +09:00
gts3l.mk gts3l-common: touch: Add touch HAL implement 2021-12-19 03:43:17 +09:00
lineage.dependencies gts3l: Update lineage.dependencies 2021-06-10 18:47:13 +09:00
manifest.xml gts3l-common: camera: Add camera HAL definition 2021-08-22 01:00:14 +09:00
proprietary-files.txt gts3l-common: audio: Add Dolby audio effect 2021-12-19 16:50:53 +09:00
README.md gts3l-common: Separate into the two types of boards 2021-06-25 02:06:55 +09:00
setup-makefiles.sh gts3l-common: Separate into the two types of boards 2021-06-25 02:06:55 +09:00
system.prop gts3l-common: audio: Add Dolby audio effect 2021-12-19 16:50:53 +09:00

Common Device Tree for Samsung Galaxy Tab S3

Copyright (C) 2017 The LineageOS Project
Copyright (C) 2018-2020 Valera Chigir <valera1978@tut.by>
Copyright (C) 2021 Deokgyu Yang <secugyu@gmail.com>

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

You may obtain a copy of the License at [https://www.apache.org/licenses/LICENSE-2.0.html]