Files
device_google_walleye/thermal-engine/Android.mk
Thierry Strudel 449c976e32 Initial bringup: boot to UI + adb on muskie EVM
Bug: 31420007
Change-Id: I1a3687a339c0830e058ac3c8b4f4a4e51bac272b
Signed-off-by: Thierry Strudel <tstrudel@google.com>
2016-09-12 09:32:21 -07:00

25 lines
765 B
Makefile

#
# Copyright 2016 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_COPY_HEADERS_TO := thermal-engine
LOCAL_COPY_HEADERS := ./thermal_client.h
include $(BUILD_COPY_HEADERS)