
* Needed for device specific gpt-utils. Change-Id: I1d9e1b4727728f776594f630f639bd4ca7c4309c
25 lines
579 B
Plaintext
25 lines
579 B
Plaintext
filegroup {
|
|
name: "android.hardware.boot@1.1-impl-qti_src",
|
|
srcs: ["BootControl.cpp"],
|
|
}
|
|
|
|
cc_defaults {
|
|
name: "android.hardware.boot@1.1-impl-qti_defaults",
|
|
defaults: [
|
|
"hidl_defaults",
|
|
"libboot_control_qti_defaults",
|
|
],
|
|
relative_install_path: "hw",
|
|
vendor: true,
|
|
recovery_available: true,
|
|
srcs: [":android.hardware.boot@1.1-impl-qti_src"],
|
|
shared_libs: [
|
|
"liblog",
|
|
"libhidlbase",
|
|
"libhardware",
|
|
"libutils",
|
|
"android.hardware.boot@1.0",
|
|
"android.hardware.boot@1.1",
|
|
],
|
|
}
|