Add priv-app/Lawnchair/Android.bp
This commit is contained in:
16
priv-app/Lawnchair/Android.bp
Normal file
16
priv-app/Lawnchair/Android.bp
Normal file
@@ -0,0 +1,16 @@
|
||||
android_app_import {
|
||||
name: "Lawnchair",
|
||||
apk: "Lawnchair.apk",
|
||||
privileged: true,
|
||||
certificate: "platform",
|
||||
overrides: [
|
||||
"ParanoidQuickStep",
|
||||
"Launcher3QuickStep",
|
||||
"PixelLauncher",
|
||||
"TrebuchetQuickStep",
|
||||
],
|
||||
required: [
|
||||
"privapp-permissions-app.lawnchair.xml",
|
||||
"app.lawnchair-hiddenapi-package-whitelist.xml",
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user