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