/** * Copyright (C) 2019-2020 The LineageOS Project * Copyright (C) 2019-2020 The PixelExperience 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. * * This file is generated by device/lenovo/kunlun2/setup-makefiles.sh */ soong_namespace { } cc_prebuilt_library_shared { name: "vendor.qti.hardware.fm@1.0", owner: "lenovo", strip: { none: true, }, target: { android_arm64: { srcs: ["proprietary/product/lib64/vendor.qti.hardware.fm@1.0.so"], }, }, compile_multilib: "64", check_elf_files: false, prefer: true, product_specific: true, } android_app_import { name: "WfdService", owner: "lenovo", apk: "proprietary/priv-app/WfdService/WfdService.apk", certificate: "platform", dex_preopt: { enabled: false, }, privileged: true, } android_app_import { name: "PowerOffAlarm", owner: "lenovo", apk: "proprietary/product/app/PowerOffAlarm/PowerOffAlarm.apk", certificate: "platform", dex_preopt: { enabled: false, }, product_specific: true, } android_app_import { name: "QtiTelephonyService", owner: "lenovo", apk: "proprietary/product/app/QtiTelephonyService/QtiTelephonyService.apk", certificate: "platform", dex_preopt: { enabled: false, }, product_specific: true, } android_app_import { name: "CarrierSettings", owner: "lenovo", apk: "proprietary/product/priv-app/CarrierSettings/CarrierSettings.apk", certificate: "platform", dex_preopt: { enabled: false, }, privileged: true, product_specific: true, } android_app_import { name: "ims", owner: "lenovo", apk: "proprietary/product/priv-app/ims/ims.apk", certificate: "platform", dex_preopt: { enabled: false, }, privileged: true, product_specific: true, } android_app_import { name: "qcrilmsgtunnel", owner: "lenovo", apk: "proprietary/product/priv-app/qcrilmsgtunnel/qcrilmsgtunnel.apk", certificate: "platform", dex_preopt: { enabled: false, }, privileged: true, product_specific: true, } dex_import { name: "WfdCommon", owner: "lenovo", jars: ["proprietary/framework/WfdCommon.jar"], }