Files
device_google_walleye/time-services/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

14 lines
446 B
Makefile

################################################################################
# @file vendor/qcom/opensource/time_services/Android.mk
# @brief Makefile for installing time services header on Android.
################################################################################
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_COPY_HEADERS_TO := time-services
LOCAL_COPY_HEADERS := ./time_genoff.h
include $(BUILD_COPY_HEADERS)