mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
11 lines
227 B
Makefile
11 lines
227 B
Makefile
|
LOCAL_PATH:= $(call my-dir)
|
||
|
|
||
|
include $(CLEAR_VARS)
|
||
|
|
||
|
LOCAL_SRC_FILES := wvm_shim.cpp
|
||
|
LOCAL_SHARED_LIBRARIES := libstagefright_foundation
|
||
|
LOCAL_MODULE := libwvm_shim
|
||
|
LOCAL_MODULE_TAGS := optional
|
||
|
|
||
|
include $(BUILD_SHARED_LIBRARY)
|