diff options
| author | Matthew Xie <mattx@google.com> | 2013-04-23 12:32:49 -0700 |
|---|---|---|
| committer | Matthew Xie <mattx@google.com> | 2013-04-23 14:02:16 -0700 |
| commit | 7ee2e26eb98da10eaddf5a8e864d508cceab946b (patch) | |
| tree | e6acea5c00e112084888dcaf2045a217a7392911 /rootdir/Android.mk | |
| parent | b3478f4a50fc44bf573dc4caf4f7e1ddcc4f0eea (diff) | |
| download | core-7ee2e26eb98da10eaddf5a8e864d508cceab946b.tar.gz core-7ee2e26eb98da10eaddf5a8e864d508cceab946b.tar.bz2 core-7ee2e26eb98da10eaddf5a8e864d508cceab946b.zip | |
Remove DBUS from make and header files
DBUS had been needed by bluetooth bluz stack. It is not needed after
we replaced bluez stack with bluedroid stack.
bug 6872904
Change-Id: I3fa41c1dd4ac80bc679d5950b3b20c7f6d12265f
Diffstat (limited to 'rootdir/Android.mk')
| -rw-r--r-- | rootdir/Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rootdir/Android.mk b/rootdir/Android.mk index e6887bb21..3417f54f3 100644 --- a/rootdir/Android.mk +++ b/rootdir/Android.mk @@ -4,7 +4,6 @@ include $(CLEAR_VARS) # files that live under /system/etc/... copy_from := \ - etc/dbus.conf \ etc/hosts |
