1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
The source code has been excerpted from the git repository
https://android.googlesource.com/platform/sdk
where the following files and directories have been deleted:
- all directories except:
- common
- sdkmanager/libs/sdklib
- sdkstats
- swtmenubar
- ddms
- hierarchyviewer2
- traceview
- uiautomatorviewer
- common/src/test
- sdkmanager/libs/sdklib/src/test
- ddms/libs/ddmlib/src/test
- ddms/libs/ddmuilib/tests
- all directories/ files in sdkmanager/libs/sdklib/src/main/java/com/android/sdklib/ except
- build
- internal/build
- util
- SdkConstants.java
- ISdkLog.java
(we don't want to update the sdk through the android package system)
- sdkmanager/libs/sdklib/src/main/java/com/android/sdklib/internal/build/MakeIdentity.java
(this file contains a reference to a file for which I cannot find the sources)
- all directories starting with '.' (except '.' itself)
The script 'orig-tar.sh' can be used to generate the source archive.
|