• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1################################################################################
2# @file vendor/qcom/opensource/time_services/Android.mk
3# @brief Makefile for installing  time services header on Android.
4################################################################################
5
6LOCAL_PATH:= $(call my-dir)
7
8include $(CLEAR_VARS)
9
10LOCAL_MODULE:=time-services
11
12LOCAL_EXPORT_C_INCLUDE_DIRS:=$(LOCAL_PATH)
13
14include $(BUILD_HEADER_LIBRARY)
15