aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 7bf43dc..7ea14f8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -21,4 +21,9 @@ cc_library {
export_include_dirs: [
"android",
],
+ static: {
+ apex_available: [
+ "com.android.gki.*",
+ ],
+ },
}