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:
@@ -93,6 +93,7 @@ func init() {
|
||||
"LOCAL_RENDERSCRIPT_TARGET_API": "renderscript.target_api",
|
||||
"LOCAL_NOTICE_FILE": "notice",
|
||||
"LOCAL_JAVA_LANGUAGE_VERSION": "java_version",
|
||||
"LOCAL_INSTRUMENTATION_FOR": "instrumentation_for",
|
||||
})
|
||||
addStandardProperties(bpparser.ListType,
|
||||
map[string]string{
|
||||
@@ -662,6 +663,8 @@ var conditionalTranslations = map[string]map[bool]string{
|
||||
false: "target.not_linux_glibc"},
|
||||
"(,$(TARGET_BUILD_APPS))": {
|
||||
false: "product_variables.unbundled_build"},
|
||||
"($(TARGET_BUILD_APPS),)": {
|
||||
false: "product_variables.unbundled_build"},
|
||||
"($(TARGET_BUILD_PDK),true)": {
|
||||
true: "product_variables.pdk"},
|
||||
"($(TARGET_BUILD_PDK), true)": {
|
||||
|
Reference in New Issue
Block a user