Add coex display ssc configs to device.
Bug: 349267882 Test: manually checked file is on device Change-Id: If7dfedc4336769645a530feb2ba7e3c86aff3488
This commit is contained in:
parent
dafaf5351e
commit
9db8c953a9
3 changed files with 42 additions and 0 deletions
|
@ -104,6 +104,12 @@ PRODUCT_COPY_FILES += \
|
||||||
# lhbm peak brightness delay: decided by kernel
|
# lhbm peak brightness delay: decided by kernel
|
||||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.primarydisplay.lhbm.frames_to_reach_peak_brightness=0
|
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.primarydisplay.lhbm.frames_to_reach_peak_brightness=0
|
||||||
|
|
||||||
|
PRODUCT_SOONG_NAMESPACES += device/google/tegu/radio/coex
|
||||||
|
|
||||||
|
# Coex Configs
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
display_primary_ssc_coex_table
|
||||||
|
|
||||||
# Thermal VT estimator
|
# Thermal VT estimator
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
libthermal_tflite_wrapper
|
libthermal_tflite_wrapper
|
||||||
|
|
31
radio/coex/Android.bp
Normal file
31
radio/coex/Android.bp
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
//
|
||||||
|
// Copyright (C) 2023 The Android Open Source Project
|
||||||
|
//
|
||||||
|
// 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
|
||||||
|
//
|
||||||
|
// http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
//
|
||||||
|
// Unless required by applicable law or agreed to in writing, software
|
||||||
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
// See the License for the specific language governing permissions and
|
||||||
|
// limitations under the License.
|
||||||
|
|
||||||
|
soong_namespace {
|
||||||
|
}
|
||||||
|
|
||||||
|
package {
|
||||||
|
default_applicable_licenses: [
|
||||||
|
"//device/google/tegu:device_google_tegu_license",
|
||||||
|
],
|
||||||
|
}
|
||||||
|
|
||||||
|
prebuilt_etc {
|
||||||
|
name: "display_primary_ssc_coex_table",
|
||||||
|
filename: "display_primary_ssc_coex_table.csv",
|
||||||
|
vendor: true,
|
||||||
|
src: "display_primary_ssc_coex_table.csv",
|
||||||
|
relative_install_path: "modem",
|
||||||
|
}
|
5
radio/coex/display_primary_ssc_coex_table.csv
Normal file
5
radio/coex/display_primary_ssc_coex_table.csv
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
1,0
|
||||||
|
SNH,0
|
||||||
|
CHA,0
|
||||||
|
|
||||||
|
717000,723000,1
|
|
Loading…
Add table
Add a link
Reference in a new issue