From d1b300fa66cdf7099dd5b42ccaeea751bc1815fe Mon Sep 17 00:00:00 2001 From: Huang weiliang Date: Thu, 18 Jul 2024 19:19:09 -0400 Subject: [PATCH] Update 2024-07-17-android_build_C.md --- _posts/2024-07-17-android_build_C.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_posts/2024-07-17-android_build_C.md b/_posts/2024-07-17-android_build_C.md index 8ea2b43120d..886cf014e2d 100644 --- a/_posts/2024-07-17-android_build_C.md +++ b/_posts/2024-07-17-android_build_C.md @@ -10,6 +10,7 @@ tags: - Android --- + # Cross compile a programm for android Android build system will compole all the software components includes the kernel, native libraries and so on. Normally if we are going to add a native program we need follow the android rules to add the makefile Android.bp or Android.mk. If the program only consist of several source files or even single file. It is easy for us to add the android makefile for it. But sometimes we want to port opensource program to android which it might include hundreds of source files and many sub folders, also need feature configuration before we compile it.