summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Lin <danny@kdrag0n.dev>2020-11-06 23:00:54 -0800
committerDanny Lin <danny@kdrag0n.dev>2020-11-06 23:00:54 -0800
commit342a6f6271d2c5ea88640ca297bbc1b231fd93f8 (patch)
tree9de157bd04ada7267c298be3bbe0c95eeecf6991
parent92a6d661cb8d8106ba87cd81e7b1454263012e90 (diff)
SimpleDeviceConfig: Install to system_ext
This isn't a core or essential system component.
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 7f66b30..8148ddf 100644
--- a/Android.bp
+++ b/Android.bp
@@ -17,6 +17,7 @@ android_app {
srcs: ["src/**/*.java"],
resource_dirs: ["res"],
platform_apis: true,
+ system_ext_specific: true,
certificate: "platform",
privileged: true,
manifest: "AndroidManifest.xml",