Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 15640578 authored by Nicholas Sauer's avatar Nicholas Sauer
Browse files

Use SystemUi's privapp for CarSystemUi.

bug: 126582117
Test: lunch gcar_emu_x86-userdebug && m && emulator
Change-Id: I7e38c57ae6a0dcb4f8bbee955b0f849d17d3a816
parent 8aa93a09
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -58,8 +58,8 @@ android_app {

    manifest: "AndroidManifest.xml",

    owner: "google",
    platform_apis: true,
    product_specific: true,
    certificate: "platform",
    privileged: true,

@@ -82,4 +82,6 @@ android_app {
    ],

    plugins: ["dagger2-compiler-2.19"],

    required: ["privapp_whitelist_com.android.systemui"],
}