~dpm/reminders-app/evernote-api-plugin

« back to all changes in this revision

Viewing changes to 3rdParty/libthrift/jni/shared.mk

  • Committer: Michael Zanetti
  • Date: 2013-11-14 20:19:11 UTC
  • Revision ID: michael.zanetti@canonical.com-20131114201911-pc2rlni3akrqxlgn
first try to connect to evernote

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Thrift 0.8.0 prebuilt shared C++ librariy
 
3
#
 
4
 
 
5
__WAS_PATH := $(LOCAL_PATH)
 
6
LOCAL_PATH := $(call my-dir)
 
7
 
 
8
include $(CLEAR_VARS)
 
9
 
 
10
LOCAL_MODULE := thrift_prebuilt_shared
 
11
LOCAL_SRC_FILES := ../lib/$(TARGET_ARCH_ABI)/libthrift.so
 
12
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/..
 
13
LOCAL_EXPORT_CPPFLAGS := -DHAVE_CONFIG_H -D__GLIBC__
 
14
 
 
15
include $(PREBUILT_SHARED_LIBRARY)
 
16
 
 
17
LOCAL_PATH := $(__WAS_PATH)