OSDN Git Service

Re-organize wificond makefile
authorChristopher Wiley <wiley@google.com>
Fri, 10 Jun 2016 16:25:49 +0000 (09:25 -0700)
committerChristopher Wiley <wiley@google.com>
Fri, 10 Jun 2016 16:57:29 +0000 (09:57 -0700)
commit5df6b332c83d1988028348f0c3afa4d462085096
tree090aae25a82b2481c137ae88cf809c3870a1396d
parente53cbc3ec3ee9091a1a60c8abd0f9e7c73e87231
Re-organize wificond makefile

All tests are now run on the device (unittest and integration).
Stop compiling host side versions of our static libraries.
Move IPC related source into a dedicated static library.
  - integration tests need to be able to speak to wificond
  - integration tests should not be linked against wificond internal
    logic
Move server.cpp into the static library implementing wificond.

Bug: 28867751
Test: Compiles, unittests still pass

Change-Id: Ibe118576dbc09b309d589e5a015941428e3096b7
Android.mk