Files
kuailexs 7f79f5fae5 整理文件夹
Change-Id: I283c06f2b804fa636b8356e258d38bd6da2e15ab
2020-02-29 23:15:45 +08:00

15 lines
471 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 := desktop/X11/extensions
LOCAL_COPY_HEADERS := xfixesproto.h \
xfixeswire.h
include $(BUILD_COPY_HEADERS)