노란보란님의 글을 보고 작업을 하고 있습니다.
android source 를 repo 로 받고 아래 파일을 android.jar 파일에 덮어씌웠습니다.

mydroid/out/target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates/javalib.jar

처음에 out 디텍토리가 build 디레토리인지도 모르고 iroid 님의 도움으로 compile 을 끝냈습니다.
사실 android source 중에 별도로 동작 시켜보고 싶은 소스가 있어 작업을 하고 있습니다.

문제는 위와 같이 파일을 android.jar 를 javalib.jar 로 복사하고 eclipse 에서 error 가 뜬다는 것입니다.
아래와 같은 error 가 발생을 하는데 혹시 이유를 아시는 분은 조언을 부탁을 드립니다.
노란보란님의 글 중에서 make update-api 과정은 하지 않았는데 이 과정이 영향을 미치는지 모르겠습니다.

\res\values\styles.xml:22: ERROR Error: No resource found that matches the given name: attr 'android:textColor'.
\res\values\styles.xml:23: ERROR Error: No resource found that matches the given name: attr 'android:textColorHighlight'.
\res\values\styles.xml:24: ERROR Error: No resource found that matches the given name: attr 'android:textColorHint'.
\res\values\styles.xml:25: ERROR Error: No resource found that matches the given name: attr 'android:textColorLink'.
\res\values\styles.xml:26: ERROR Error: No resource found that matches the given name: attr 'android:textSize'.
\res\values\styles.xml:27: ERROR Error: No resource found that matches the given name: attr 'android:textStyle'.
\res\values\styles.xml:32: ERROR Error: No resource found that matches the given name: attr 'android:textColor'.
.............................