new android port: minimal Android app that relies on libsimpleservo

This commit is contained in:
Paul Rouget 2018-07-02 16:10:44 +08:00
parent baf6635a4c
commit be6b5f9aad
11 changed files with 605 additions and 209 deletions

View file

@ -18,5 +18,5 @@ MY_LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_PATH:= $(SERVO_TARGET_DIR)
LOCAL_MODULE := servo
LOCAL_SRC_FILES := libservo.so
LOCAL_SRC_FILES := libsimpleservo.so
include $(PREBUILT_SHARED_LIBRARY)