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_COPY_HEADERS_TO := time-services
     11 LOCAL_COPY_HEADERS := ./time_genoff.h
     12 
     13 include $(BUILD_COPY_HEADERS)
     14