Skip to content

Commit

Permalink
Merge "Link libselinux/utils/base statically" am: b743279
Browse files Browse the repository at this point in the history
am: 8388f66

Change-Id: I2ecff39c2a479faf35ec9b992e012641417bc52c
  • Loading branch information
dimitry- authored and android-build-merger committed May 15, 2019
2 parents 5629834 + 8388f66 commit 0418f73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logd/tests/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ cc_defaults {

srcs: ["logd_test.cpp"],

shared_libs: [
static_libs: [
"libbase",
"libcutils",
"libselinux",
"liblog",
],
static_libs: ["liblog"],
}

// Build tests for the logger. Run with:
Expand Down

0 comments on commit 0418f73

Please sign in to comment.