device_google_tegu/radio/coex/Android.bp
Frank Yu 9db8c953a9 Add coex display ssc configs to device.
Bug: 349267882
Test: manually checked file is on device
Change-Id: If7dfedc4336769645a530feb2ba7e3c86aff3488
2024-07-02 11:13:43 +00:00

31 lines
966 B
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 {
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",
}