summaryrefslogtreecommitdiff
path: root/tests/Android.mk
blob: 648619c7af9695089f473227af212f637e7b9558 (plain)
1
2
3
4
5
6
7
8
9
LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)

LOCAL_MODULE := 3rd-party-test
LOCAL_SRC_FILES := hello.c
LOCAL_LDLIBS := -liniparser

include external/gentoo/integration/3rd-party-binary.mk