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
This commit is contained in:
Jiyong Park
2017-12-13 13:21:26 +09:00
parent 0db0e4a561
commit 787a4648f2
2 changed files with 4 additions and 1 deletions

View File

@@ -149,3 +149,6 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/init.recovery.$(PRODUCT_HARDWA
# Remove build and default prop.
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/*.prop)
# android.hardware.thermal@1.0-wahoo.so can be a static lib
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/lib/hw/android.hardware.thermal@1.0-wahoo.so)

View File

@@ -1,4 +1,4 @@
cc_library_shared {
cc_library {
name: "android.hardware.thermal@1.1-wahoo",
defaults: ["hidl_defaults"],
owner: "qcom",