Files
device_google_wahoo/thermal/Android.bp
Jiyong Park 787a4648f2 android.hardware.thermal@1.0-wahoo can be a static lib
thermal_engine, which is a proprietary module for msm8998, is now
statically linking to this library.

Bug: 70551668
Test: walleye is buildable and boots to the UI
Change-Id: I1417a9632f89869f2f8e3dc786c3f1c9fae9e45a
2017-12-13 13:25:27 +09:00

21 lines
466 B
Plaintext

cc_library {
name: "android.hardware.thermal@1.1-wahoo",
defaults: ["hidl_defaults"],
owner: "qcom",
vendor: true,
relative_install_path: "hw",
srcs: [
"Thermal.cpp",
"thermal-helper.cpp",
],
export_include_dirs: ["."],
shared_libs: [
"libbase",
"libhidlbase",
"libhidltransport",
"libutils",
"android.hardware.thermal@1.0",
"android.hardware.thermal@1.1",
],
}