[Android-tools-devel] Updating android-platform-system-core

殷啟聰 seamlikok at gmail.com
Fri Jul 10 16:42:22 UTC 2015


Hi all,

I am on my way of updating android-platform-system-core. I will also
make it produce adb and fastboot as binary package. Meanwhile I am
trying to package platform/dalvik which provides dmtracedump,
hprov-conv, dexdump, dx and mainDexClasses. I am having some problems:

1. How should we define the version of the source package?
platform/dalvik produces tools belonging to both SDK Built-tools and
SDK Platform-tools, but this two toolsets have different version
numbers. Should we simply use "android-5.1.1_r6" as the version
number? Or "5.1.1~r6"?

2. Why is the architecture of android-platform-system-core packages is
"linux-any" instead of "any"?

3. Are executables looks for .so files recursively under /usr/lib/ or
/lib/ ? libzipfile.so and other Android libraries are placed under
/usr/lib/android/ but I do not see any specific configuration for
that.

4. Why the .so version is 0.21.0? For example libzipfile.so.0.21.0,
why is it not libzipfile.so.21?

Cheers,
Kai-Chung Yan



More information about the Android-tools-devel mailing list