diff options
Diffstat (limited to 'core/raw_static_library.mk')
-rw-r--r-- | core/raw_static_library.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/raw_static_library.mk b/core/raw_static_library.mk new file mode 100644 index 0000000..f7b11ef --- /dev/null +++ b/core/raw_static_library.mk @@ -0,0 +1,5 @@ + +LOCAL_RAW_STATIC_LIBRARY:=true + +include $(BUILD_STATIC_LIBRARY) + |