Copy "current" artifacts to new directory structure.

Like aosp/661881, but for the "current" artifacts. This CL needs to be
re-made for each branch, as the artifacts are different.

$ mkdir current/core current/public current/system
$ cp current/core.jar current/core/android.jar
$ cp current/android.jar current/public/android.jar
$ cp current/framework.aidl current/public
$ cp current/optional/android.test.*.jar current/public
$ cp current/uiautomator.jar current/public
$ cp org.apache.http.legacy/org.apache.http.legacy.jar current/public
$ cp system_current/android.jar current/system/android.jar
$ cp system_current/optional/android.test.mock.jar current/system

Bug: 77525052
Test: diff current/android.jar current/public/android.jar
Merged-In: I3a35c122d4d8c20da03808f34d6a80f683160b78
10 files changed