Do not change resources table for overriding apps
Maintains the current resources table for apps that override PackageInstaller. soong is adding rename_resources_package property which renames an overriding package to the override name rather than the base name. This defaults packages which override PackageInstaller to _not_ rename from com.android.packageinstaller to the override name due to many hardcoded uses. Test: forrest Bug: 147434671 Change-Id: Ic7a5a9d8e3ffb60d0b9d4f4fda07946c64179e45
This commit is contained in:
@@ -20,6 +20,7 @@ android_app {
|
||||
certificate: "platform",
|
||||
privileged: true,
|
||||
platform_apis: true,
|
||||
rename_resources_package: false,
|
||||
|
||||
static_libs: [
|
||||
"xz-java",
|
||||
|
||||
Reference in New Issue
Block a user