14 lines
448 B
Makefile
14 lines
448 B
Makefile
################################################################################
|
|
# @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_COPY_HEADERS_TO := thermal-engine
|
|
LOCAL_COPY_HEADERS := ./thermal_client.h
|
|
|
|
include $(BUILD_COPY_HEADERS)
|