포럼 회원으로 등록하신분만 다운로드가 가능합니다. 최대 업로드 가능한 용량은 20MB 입니다.

머라도 올릴것 없을까 생각한던중에....
Android make옵션이 잘 정리 된것이 있어서요.
Android.mk Variable등의 내용도 잘 정리 되어 있습니다.
참고하세요


출처:http://android.git.kernel.org/?p=platform/build.git;a=blob_plain;f=core/build-system.html

  • droid - make droid is the normal build. This target is here because the default target has to have a name.
  • all - make all builds everything make droid does, plus everything whose LOCAL_MODULE_TAGS do not include the "droid" tag. The build server runs this to make sure that everything that is in the tree and has an Android.mk builds.
  • clean-$(LOCAL_MODULE) and clean-$(LOCAL_PACKAGE_NAME) - Let you selectively clean one target. For example, you can type make clean-libutils and it will delete libutils.so and all of the intermediate files, or you can type make clean-Home and it will clean just the Home app.
  • clean - make clean deletes all of the output and intermediate files for this configuration. This is the same as rm -rf out/<configuration>/
  • clobber - make clobber deletes all of the output and intermediate files for all configurations. This is the same as rm -rf out/.
  • dataclean - make dataclean deletes contents of the data directory inside the current combo directory. This is especially useful on the simulator and emulator, where the persistent data remains present between builds.
  • showcommands - showcommands is a modifier target which causes the build system to show the actual command lines for the build steps, instead of the brief descriptions. Most people don't like seeing the actual commands, because they're quite long and hard to read, but if you need to for debugging purposes, you can add showcommands to the list of targets you build. For example make showcommands will build the default android configuration, and make runtime showcommands will build just the runtime, and targets that it depends on, while displaying the full command lines. Please note that there are a couple places where the commands aren't shown here. These are considered bugs, and should be fixed, but they're often hard to track down. Please let android-build-team know if you find any.
  • LOCAL_MODULE - Anything you specify as a LOCAL_MODULE in an Android.mk is made into a pseudotarget. For example, make runtime might be shorthand for make out/linux-x86-debug/system/bin/runtime (which would work), and make libkjs might be shorthand for make out/linux-x86-debug/system/lib/libkjs.so (which would also work).
  • targets - make targets will print a list of all of the LOCAL_MODULE names you can make.


고현철

2009.07.18 01:39:28
*.59.122.199

좀 정리해 봐야겠네요....^^

검린

2010.02.18 02:41:05
*.144.166.219

잘 읽었습니다.

honggun

2010.07.16 22:03:40
*.50.20.41

오오~~ 딱 필요한 자료네요.. 감솨요~

List of Articles
번호 제목 글쓴이 날짜 조회 수sort
44 Android에서 yaffs2 image 만들때 oobfree 따르도록 수정 file [1] 2009-04-16 11896
43 [Android 분석 및 포팅] Binder의 동작원리 - #1 servicemanage... file [7] 고도리 2011-06-30 12009
42 Google Android Kernel-2.6.29 file 관리자 2009-04-14 12085
41 aesop-6410용 android 2.6.24 source file [12] 고현철 2009-04-12 12131
40 Android 초보도 가능한 Touch 잡기. [1] 2009-04-23 12229
39 [안드로이드] screen power save로 들어가는거 막는 부분 [2] 고도리 2010-10-28 12240
38 [실습-00] android eclair porting을 위한 ubuntu 설치하기 file [6] 고도리 2010-05-17 12321
37 [이론-00] Android의 개요와 구성 part0 [2] 고도리 2010-05-17 12472
36 [안드로이드 포팅 책] 1쇄 binder관련 그림 교체와 수정사항 file 고도리 2011-07-23 12789
35 CodeViser 활용 aESOP-C100 보드 Android 디버깅 가이드 file pottery 2010-09-16 12840
34 MV6410의 android gps file [4] 주재경 2009-07-29 13108
33 [실습-02] android에서 new product 만들고 compile하기 file [7] 고도리 2010-05-18 13223
32 안드로이드 6410 보드 관련 s3c-ts touch 잡기 [5] 김한철 2009-04-16 13738
31 [번역] Android OpenCore multimedia framework-part1 file [7] 고현철 2009-08-04 13768
30 [실습-01] android 개발환경 세팅과 source download [2] 고도리 2010-05-17 13781
29 [정보] 안드로이드 소스코드 빌드해보기 [3] 유형목 2008-10-26 13997
28 [강좌]안드로이드 1.5 compile해서 NFS root filesystem으로 만들... file [1] 고도리 2009-07-18 14140
27 Google 의 새로운 코덱 VP8 Video Codec 규격자료를 올려 봅니다... file [1] 장석원 2010-05-24 14955
26 Power Management from Linux Kernel to Android file [10] 최종환 2009-11-01 14996
25 S3C6410 Android ADB USB-OTG 동작 화면 file [8] 김재훈 2009-07-09 15621

사용자 로그인