commit | 5dc31e16bdd3058cd46f2b43ffdc40bcaa7f575a | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Tue Sep 03 07:52:49 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Sep 03 07:52:49 2024 +0000 |
tree | 941c4cd476dc7c78d250beb1a88150d69b06397b | |
parent | ae88b0abe928801316324b5483f0192ca76fd009 [diff] | |
parent | d75dac67721793c362c0cc98d2f8705d332ca99e [diff] |
Merge "Fix board_api_level comments and implementation" into main
diff --git a/tools/Android.bp b/tools/Android.bp index f8935a6..e216652 100644 --- a/tools/Android.bp +++ b/tools/Android.bp
@@ -44,7 +44,7 @@ name: "checkfc", defaults: ["sepolicy_tools_defaults"], srcs: ["checkfc.c"], - shared_libs: ["libselinux"], + static_libs: ["libselinux"], } cc_binary_host {