Hello, I have found that ddmlib have been moved from sdk/ddms/libs/ddmlib to prebuilts by commit 11e58451(01/12/2013).So, I have some question about this change and future plan.1. What's the reason of this change?2. Will ddmlib's license be changed?3. Can't I get and use ddmlib's source code anymore?4. Can't I contribute to ddmlib anymore?Thanks and Regards.SeongJae Park.
Looking in the make log, I found:
host Prebuilt: ddmlib-prebuilt (out/host/common/obj/JAVA_LIBRARIES/ddmlib-prebuilt_intermediates/ddmlib-prebuilt.jar)
Install: out/host/linux-x86/framework/ddmlib-prebuilt.jar
And ddmlib.jar is different to ddmlib-prebuilt.jar, even trying to replace the ddmlib-prebuilt.jar by ddmlib.jar im not seeing any change.
So my main question is how I can update the source code of ddmlib and see it reflected?