포럼 회원으로 등록하신분만 다운로드가 가능합니다. 최대 업로드 가능한 용량은 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

aesop-6410용 android 2.6.24 source file [12]

Google Android Kernel-2.6.29 file

[Android 분석 및 포팅] Binder의 동작원리 - #1 servicemanage... file [7]

Android에서 yaffs2 image 만들때 oobfree 따르도록 수정 file [1]

  • 2009-04-16
  • 조회 수 11896

Google Android 커널 버전별 Testing Report [2]

AudioPolicyService와 AudioFlinger 및 HAL의 연결 구조

Vmware에서 x86으로 안드로메다 포팅 법 [1]

  • 2009-07-15
  • 조회 수 11075

누가 Android 에 tslib를 포팅해 놓은듯 합니다. file

aesop 안드로이드 보드의 3D 성능 측정을 부탁드립니다. file [8]

android gstreamer 동작화면 file [10]

Android 동작시 Battery 관련 /sys 파일 에러 & Power off ... [2]

  • 2009-05-09
  • 조회 수 11010

이솝 임베디드 포럼 - 10월 31일 Google Android Seminar 발표 ... file [16]

Android yaffs image 흠..oob가 이상합니다.

  • 2009-04-16
  • 조회 수 10888

AudioSystem과 AudioSystem.java를 이용한 JNI 단에서의 연결 [1]

안드로이드 실행 시 미디어 서버 pending 현상 원인 중 한가지 file

Android Battery 드라이버...ㅎㅎㅎ-.-; [3]

  • 2009-06-02
  • 조회 수 10769

Android Battery 부분 조금 정리해 놓은것 file [2]

cupcake, android 1.0/1.5의 의미

  • 2009-05-20
  • 조회 수 10710

MV6410용 aesop-android-2.6.29 입니다. (CS8900 관련) file [4]

  • 2009-06-17
  • 조회 수 10621

Android home key is not working(home key 동작 안 할경우 ) [1]

사용자 로그인