aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTri Vo <trong@google.com>2018-04-24 03:33:04 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-04-24 03:33:04 +0000
commitea4e5184d243c137da4827e6f83a80014dd86c4b (patch)
tree9e3f08b75c06dd5cc4193ad23ad068a374c326ad
parent770b35373f2f0e754953e02e2f7d2ee471be057c (diff)
parentb6714423154c0584c03d508faf0c19dfc48f4d59 (diff)
downloadselinux-pie-dr1-dev.tar.gz
-rw-r--r--secilc/Android.bp10
1 files changed, 2 insertions, 8 deletions
diff --git a/secilc/Android.bp b/secilc/Android.bp
index 022c74cf..6334bf83 100644
--- a/secilc/Android.bp
+++ b/secilc/Android.bp
@@ -9,12 +9,6 @@ cc_binary {
host_supported: true,
cflags: common_CFLAGS,
srcs: ["secilc.c"],
- target: {
- android: {
- static_libs: ["libsepol"],
- },
- host: {
- shared_libs: ["libsepol"],
- },
- },
+ static_libs: ["libsepol"],
+ stl: "none",
}