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