diff options
| author | San Mehat <san@google.com> | 2009-06-16 10:51:39 -0700 |
|---|---|---|
| committer | San Mehat <san@google.com> | 2009-06-16 10:51:39 -0700 |
| commit | 891cb2c13505985532acb81d759841d86df15004 (patch) | |
| tree | 4e1b91c58e2a2ea364d058e9d905c256b089db35 /nexus | |
| parent | bbe92c370a614316d6320e8030b266f20b4fee0e (diff) | |
| download | system_core-891cb2c13505985532acb81d759841d86df15004.zip system_core-891cb2c13505985532acb81d759841d86df15004.tar.gz system_core-891cb2c13505985532acb81d759841d86df15004.tar.bz2 | |
nexus: Add TiwlanEventListener to makefile
Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'nexus')
| -rw-r--r-- | nexus/Android.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nexus/Android.mk b/nexus/Android.mk index 6172e62..865f58a 100644 --- a/nexus/Android.mk +++ b/nexus/Android.mk @@ -33,7 +33,8 @@ LOCAL_SRC_FILES:= \ SupplicantScanResultsEvent.cpp \ SupplicantConnectionTimeoutEvent.cpp \ SupplicantDisconnectedEvent.cpp \ - SupplicantStatus.cpp + SupplicantStatus.cpp \ + TiwlanEventListener.cpp LOCAL_MODULE:= nexus |
