You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
561 B
15 lines
561 B
################################################################################
|
|
# @file device/qcom/common/thermal-engine/Android.mk
|
|
# @Makefile for installing thermal-engine client header on Android.
|
|
################################################################################
|
|
|
|
LOCAL_PATH:= $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_MODULE := libThermal_headers
|
|
LOCAL_LICENSE_KINDS := SPDX-license-identifier-BSD
|
|
LOCAL_LICENSE_CONDITIONS := notice
|
|
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)
|
|
LOCAL_VENDOR_MODULE := true
|
|
include $(BUILD_HEADER_LIBRARY)
|