commit | 46a943c8333a9293d02c302d26d965de2b2c8ec7 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Apr 03 15:56:35 2018 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Apr 03 21:53:29 2018 -0700 |
tree | 30b9f51323061d7a46577ac22995146c3e328340 | |
parent | 4cdde64728e4d15f6abc2d713c40adaff7b0fc56 [diff] [blame] |
Support getting/setting API level in static binaries. Bug: http://b/27917272 Test: fixes static semaphore.sem_wait_no_EINTR_in_sdk_less_equal_than_23 test Change-Id: Ifeeff20772ff0308aab9417d48671b604a3e9665
diff --git a/libdl/Android.bp b/libdl/Android.bp index 082cdea..d5fae0e 100644 --- a/libdl/Android.bp +++ b/libdl/Android.bp
@@ -74,7 +74,7 @@ whole_static_libs: ["libdl_static"], }, static: { - srcs: ["libdl_static.c"], + srcs: ["libdl_static.cpp"], }, cflags: [ "-Wall",