Skip to content

Commit

Permalink
Build thermal.default with BOARD_VNDK_VERSION
Browse files Browse the repository at this point in the history
libhardware_headers is added since global include path is not provided
when building with BOARD_VNDK_VERSION

Bug: 37342627
Test: BOARD_VNDK_VERSION=current m -j thermal.default
Change-Id: Ieaa8be8033d13a24539e37e88f7cd858c03f5273
  • Loading branch information
jiyongp committed Jun 27, 2017
1 parent 35ba70c commit 53c2850
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/thermal/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_PROPRIETARY_MODULE := true
LOCAL_SRC_FILES := thermal.c
LOCAL_SHARED_LIBRARIES := liblog libcutils libutils
LOCAL_HEADER_LIBRARIES := libhardware_headers
LOCAL_MODULE_TAGS := optional
LOCAL_CFLAGS := -Wno-unused-parameter

Expand Down

0 comments on commit 53c2850

Please sign in to comment.