OSDN Git Service

Skeleton of wificond
authorNingyuan Wang <nywang@google.com>
Thu, 19 May 2016 22:28:38 +0000 (15:28 -0700)
committerNingyuan Wang <nywang@google.com>
Fri, 20 May 2016 16:50:22 +0000 (09:50 -0700)
commit997453174cc3bd62032b93ea7d3d6d999c9d2d72
tree81369c44d7fb2c62650a0a6dbdf864b6b0ea6220
parent9e7eb14f0f21ba21bafd06e5fb450ffbd5a1ab92
Skeleton of wificond

This CL includes the following changes:
  A dummy main.cpp file with infinite loop
  Legal files
  Makefile for wificond
  Init file that starts up the deamen

BUG=28865186
TEST=compile
TEST=
  Add wificond to '/target/product/base.mk'
  Modify sepolicy files
  Flash image to phone
  Adb shell ps -A | grep 'wificond'

Change-Id: Ibb7181e091bf30044994fb0f189d00c239e892bf
Android.mk [new file with mode: 0644]
MODULE_LICENSE_APACHE2 [new file with mode: 0644]
NOTICE [new file with mode: 0644]
main.cpp [new file with mode: 0644]
wificond.rc [new file with mode: 0644]