view app/src/main/jni/Exec/Android.mk @ 524:609b142218bc

Added tag stable-1.9.4-7 for changeset 775a81a78a2b
author Carl Byington <carl@five-ten-sg.com>
date Fri, 31 May 2024 21:14:55 -0600
parents d29cce60f393
children
line wrap: on
line source

LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)

LOCAL_MODULE    := com_google_ase_Exec
LOCAL_CFLAGS    := -Werror
LOCAL_SRC_FILES := com_google_ase_Exec.cpp
LOCAL_LDLIBS    := -llog

include $(BUILD_SHARED_LIBRARY)