Android.mk 360 B

123456789
  1. LOCAL_PATH := $(call my-dir)
  2. SRCDIR := ../../../../src
  3. LIBDIR := ../../../../lib/linux/android
  4. include $(CLEAR_VARS)
  5. LOCAL_MODULE := Polycode2DPhysics
  6. LOCAL_CFLAGS += -I$(LOCAL_PATH)/../../../../include
  7. LOCAL_SRC_FILES := $(SRCDIR)/modules/physics2D/PolyPhysicsScreen.cpp $(SRCDIR)/modules/physics2D/PolyPhysicsScreenEntity.cpp
  8. include $(BUILD_STATIC_LIBRARY)