Skip to content

Commit

Permalink
Update 2024-07-17-android_build_C.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Huang weiliang committed Jul 18, 2024
1 parent 01185e5 commit d1b300f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _posts/2024-07-17-android_build_C.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d1b300f

Please sign in to comment.