device_google_akita/radio/coex/Android.bp
Alan Chen e14ad896af Add coex display ssc configs to device.
Note: These changes were copied from the reverted commit
a1a6faa971 (ag/23419680).
Only the ssc table is added here and the rest of the changes will be moved to a separate commit.

Bug: 285459428
Test: manually checked file is on device
Change-Id: Ie8709059c397261ec3170e31753a267bfdd880e4
2023-10-12 08:16:06 +00:00

44 lines
1.4 KiB
Text

//
// 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 {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "//device/google/akita:device_google_akita_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: [
"//device/google/akita:device_google_akita_license",
],
}
prebuilt_etc {
name: "display_primary_mipi_coex_table",
filename: "display_primary_mipi_coex_table.csv",
vendor: true,
src: "display_primary_mipi_coex_table.csv",
relative_install_path: "modem",
}
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",
}