android_device_qcom_common/vendor/init/Android.bp

142 lines
2.7 KiB
Plaintext

// Copyright (C) 2021-2022 Paranoid Android
//
// 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 {
}
prebuilt_etc {
name: "init.qcom.factory.rc",
src: "init.qcom.factory.rc",
sub_dir: "init/hw",
vendor: true,
}
prebuilt_etc {
name: "init.qcom.rc",
src: "init.qcom.rc",
sub_dir: "init/hw",
vendor: true,
}
prebuilt_etc {
name: "init.qti.kernel.rc",
src: "init.qti.kernel.rc",
sub_dir: "init/hw",
vendor: true,
}
prebuilt_etc {
name: "init.recovery.qcom.rc",
src: "init.recovery.qcom.rc",
sub_dir: "init",
recovery: true,
}
prebuilt_etc {
name: "ueventd.qcom.rc",
src: "ueventd.qcom.rc",
vendor: true,
}
prebuilt_hidl_interfaces {
name: "hidl_netperftuner_interface",
interfaces: [
"vendor.qti.hardware.wigig.netperftuner@1.0::INetPerfTuner",
],
}
sh_binary {
name: "init.class_main.sh",
src: "init.class_main.sh",
vendor: true,
}
sh_binary {
name: "init.crda.sh",
src: "init.crda.sh",
vendor: true,
}
sh_binary {
name: "init.mdm.sh",
src: "init.mdm.sh",
vendor: true,
}
sh_binary {
name: "init.qcom.class_core.sh",
src: "init.qcom.class_core.sh",
vendor: true,
}
sh_binary {
name: "init.qcom.coex.sh",
src: "init.qcom.coex.sh",
vendor: true,
}
sh_binary {
name: "init.qcom.early_boot.sh",
src: "init.qcom.early_boot.sh",
vendor: true,
}
sh_binary {
name: "init.qcom.efs.sync.sh",
src: "init.qcom.efs.sync.sh",
vendor: true,
}
sh_binary {
name: "init.qcom.post_boot.sh",
src: "init.qcom.post_boot.sh",
vendor: true,
}
sh_binary {
name: "init.qcom.sdio.sh",
src: "init.qcom.sdio.sh",
vendor: true,
}
sh_binary {
name: "init.qcom.sh",
src: "init.qcom.sh",
vendor: true,
}
sh_binary {
name: "init.qti.kernel.sh",
src: "init.qti.kernel.sh",
vendor: true,
}
sh_binary {
name: "init.veth_ipa_config.sh",
src: "init.veth_ipa_config.sh",
vendor: true,
}
sh_binary {
name: "qca6234-service.sh",
src: "qca6234-service.sh",
vendor: true,
}
sh_binary {
name: "vendor_modprobe.sh",
src: "vendor_modprobe.sh",
vendor: true,
}