Add resources to the module-lib stubs

When these were finalized, a build system bug lead to them not
including resources, like the android.jar normally does.

Manually inject the resources into the existing jar files to allow
apps/modules that build against these stubs to use resources.

$ cd prebuilts/sdk/30
$ unzip system/android.jar resources.arsc
$ zip -u0 module-lib/android.jar resources.arsc
$ cp module-lib/android.jar ../current/module-lib/android.jar

Bug: 160453030
Test: build Tethering against prebuilt sdk
Change-Id: I47bfd6312c6d75402e5c35d1f855fc9f85a1a8eb
Merged-In: I47bfd6312c6d75402e5c35d1f855fc9f85a1a8eb
1 file changed