History log of /system/netd/client/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
42d41d5d43bf99d939ee1d66645cea836241201c 27-Mar-2015 Dan Albert <danalbert@google.com> Remove uses of libcxx.mk.

This is a no-op.

Change-Id: Ic9d3070b7c329d9744ed660e426c5f39704ffccc
/system/netd/client/Android.mk
4aa79fa7f79c029b04a0dc026039617a6c0dcc65 27-Aug-2014 Dan Albert <danalbert@google.com> Need to link libc++ as well as include.

Same as I17a390e2aff52faba90e7022a6c68a745c1fa74b, but also for
netd/client.

Change-Id: Ie555232616eb5997f05b9479fe8c5be1eb65f383
/system/netd/client/Android.mk
9fa2b130d86fa74eefdb847cf9694059205fd4cb 03-Jun-2014 Sreeram Ramachandran <sreeram@google.com> Use std::atomic<> instead of volatile sig_atomic_t.

std::atomic<> comes with true load/store barriers, so it's preferable.

Change-Id: Ife47b0e404f41aa74aeb168befd1ff4a6603f3ed
/system/netd/client/Android.mk
56afacf838d24cf8e54d2cf0d8ab9182ab704125 29-May-2014 Sreeram Ramachandran <sreeram@google.com> Turn on C++11 and make all warnings into errors.

As a consequence:
+ Comment out the names of all unused parameters.
+ Remove all unused variables and functions.

In server/Android.mk, there are a couple of non-trivial changes:
+ Use libcxx instead of stlport. This is needed to fix a bunch of errors due to
specifying -std=c++11.
+ LOCAL_SHARED_LIBRARIES is sorted. Technically, the order in which libraries
are listed has an effect on linking, but nobody should be doing such brittle
things anyway.

Change-Id: I0aff5b745e04609da23144d0e8be4c5694321b8b
/system/netd/client/Android.mk
efbe05d203f2f1cc3c24ddc111be159a1ff1f292 21-May-2014 Sreeram Ramachandran <sreeram@google.com> New network selection APIs.

Continued from: https://android-review.git.corp.google.com/#/c/94977/

Change-Id: Ie0576888f50a8ce91bbb0a4794708b406eb0aa35
/system/netd/client/Android.mk
f4cfad361175a7f9ccf4d41e76a9b289c3c3da22 21-May-2014 Sreeram Ramachandran <sreeram@google.com> Move netd_client into netd.

Change-Id: Ie4b6b303225c93f2448a503d6ea9cebb552cbad5
/system/netd/client/Android.mk