Allow building framework.jar and framework-res.apk
Update app support enough to build framework-res.apk, link framework.jar against its generated files, and export it to make. Bug: 69917341 Test: m checkbuild tests docs Change-Id: I7db29cd1f5fabb22e844483ecc7c38abfedbbe0a
This commit is contained in:
@@ -35,17 +35,7 @@ var (
|
||||
)
|
||||
|
||||
func testApp(t *testing.T, bp string) *android.TestContext {
|
||||
bp += `
|
||||
android_app {
|
||||
name: "framework-res",
|
||||
no_framework_libs: true,
|
||||
}
|
||||
`
|
||||
|
||||
appFs := map[string][]byte{
|
||||
"AndroidManifest.xml": nil,
|
||||
"build/target/product/security/testkey": nil,
|
||||
}
|
||||
appFs := map[string][]byte{}
|
||||
|
||||
for _, file := range resourceFiles {
|
||||
appFs[file] = nil
|
||||
|
Reference in New Issue
Block a user