Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
temp: allow PackageInstaller to use platform APIs
Browse files Browse the repository at this point in the history
PackageInstaller is being made into an updatable app upstream, but it currently depends on several
platform APIs on GrapheneOS.
  • Loading branch information
muhomorr authored and thestinger committed Mar 8, 2024
1 parent 901bed4 commit 8e9a025
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/PackageInstaller/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ android_app {

certificate: "platform",
privileged: true,
platform_apis: false,
sdk_version: "system_current",
platform_apis: true,
rename_resources_package: false,
static_libs: [
"xz-java",
Expand All @@ -66,8 +65,7 @@ android_app {

certificate: "platform",
privileged: true,
platform_apis: false,
sdk_version: "system_current",
platform_apis: true,
rename_resources_package: false,
overrides: ["PackageInstaller"],

Expand Down

0 comments on commit 8e9a025

Please sign in to comment.