hi:
i want to add a 3rd module (tat) to android-framework.

so,
(1)  i add it to frameworks/base/tat.

(2) modify build/core/pathmap.mk
like this:
FRAMEWORKS_BASE_SUBDIRS := \
        $(addsuffix /java, \
            core \
            graphics \
            im \
            location \
            media \
            opengl \
            sax \
            telephony \
            wifi \
            tat \
         )

(3) make and make sdk. (successfully).

but i don't find tat in android.jar that generated just now.

What need i to do else?
Pls give me some advice.
Thanks in advance.

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to