Android NDK: how to include Android.mk into another Android.mk (hierarchical project structure)? - S

Android NDK: how to include Android.mk into another Android.mk (hierarchical project structure)? - S

瀏覽:1376
日期:2025-09-28
My approah is like this: LOCAL_PATH:= $(call my-dir) # Clear variables here. include $(CLEAR_VARS) # Current module settings. LOCAL_MODULE := native # setup some source files LOCAL_SRC_FILES := file1.c file2.c # setup some includes LOCAL_C ......看更多