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