blob: 45d50778e6596f2eab0dd20f7f7ff0a4f3800867 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
LOCAL_PATH := $(call my-dir)
# Regal prebuilt static library
include $(CLEAR_VARS)
LOCAL_MODULE := regal_static
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/include
LOCAL_SRC_FILES := $(LOCAL_PATH)/lib/armeabi-v7a/libRegal_static.a
include $(PREBUILT_STATIC_LIBRARY)
|