Software_Platform/Android
Android partial compile (service만 build) framework base만 build
반응형
1] partial build
in the location where android.mk file exists, partial build can be done
ex.
touch system/bluetooth/bluedroid/bluetooth.c
android/system/bluetooth/bluedroid/bluetooth.c
-->
mmm system/bluetooth/bluedroid/
or
cd system/bluetooth/bluedroid/
mm <-- mm is always used in which Android.mk file exists
2] service만 build (@ L)
ex. UsbDeviceManager.java file 수정
(@ frameworks/base/services/usb/java/com/android/server/usb/)
build
mmm ./frameworks/base/services
적용
android\out\target\product\arabica에서
adb push system\framework\services.jar /system/framework/
반응형
'Software_Platform > Android' 카테고리의 다른 글
[리뷰] 제목: “안드로이드의 모든 것 NDK: C/C++을 이용한 안드로이드 앱 개발 방법” (0) | 2018.03.18 |
---|---|
start app at adb with intent (0) | 2015.10.02 |
[CVS] repo 특정 git 만 sync 하기 (0) | 2015.04.30 |
Android Lollipop 5.1.0_r3 코드 size (안드로이드 코드 사이즈) (0) | 2015.04.03 |
Android source download (안드로이드 소스 다운로드) (0) | 2015.04.01 |
댓글