mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-02-01 14:19:55 +00:00
Bug: 31420007 Change-Id: I1a3687a339c0830e058ac3c8b4f4a4e51bac272b Signed-off-by: Thierry Strudel <tstrudel@google.com>
14 lines
446 B
Makefile
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)
|