1 # 2 # Copyright 2012 Google Inc. All Rights Reserved. 3 # Author: npereira (at] google.com (Nicole Pereira) 4 # 5 # Android makefile for openfst library. 6 # 7 8 OPENFST_DIR := $(call my-dir) 9 10 LOCAL_PATH := $(call my-dir) 11 include $(CLEAR_VARS) 12 13 LOCAL_MODULE := libopenfst_patts 14 15 LOCAL_CPP_EXTENSION := .cc 16 LOCAL_C_INCLUDES += $(OPENFST_DIR)/src/include/ 17 18 #LOCAL_SRC_FILES := $(call private-function-all-cpp-files-under, src) 19 20 include $(BUILD_STATIC_LIBRARY) 21