aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2020-08-04 10:09:43 -0700
committerYifan Hong <elsk@google.com>2020-08-07 17:22:37 -0700
commit457196a6b84b7de957569de5b758f4d1d9677d1b (patch)
tree5693f86f1d171ef80340588782cee330f5811617
parent6827298aeef132e2545279ed2ac5d0b74fa18e7a (diff)
downloadgflags-457196a6b84b7de957569de5b758f4d1d9677d1b.tar.gz
Make libgflags available to GKI APEX.
Test: pass Bug: 161563386 Change-Id: I734bda0eeb11806a79874df9f8b02ef0a7aed1a9
-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.*",
+ ],
+ },
}