OSDN Git Service
(root)
/
android-x86
/
external-bluetooth-bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed169a3
)
build: Add missing android/cutils/properties.h to EXTRA_DIST
author
Luiz Augusto von Dentz
<luiz.von.dentz@intel.com>
Thu, 17 Oct 2013 14:40:07 +0000
(17:40 +0300)
committer
Luiz Augusto von Dentz
<luiz.von.dentz@intel.com>
Thu, 17 Oct 2013 14:40:07 +0000
(17:40 +0300)
Makefile.android
patch
|
blob
|
history
diff --git
a/Makefile.android
b/Makefile.android
index
e26a30a
..
3459a4d
100644
(file)
--- a/
Makefile.android
+++ b/
Makefile.android
@@
-50,4
+50,5
@@
EXTRA_DIST += android/hardware/bluetooth.h \
android/hardware/bt_rc.h \
android/hardware/bt_sock.h \
android/hardware/hardware.h \
- android/cutils/log.h
+ android/cutils/log.h \
+ android/cutils/properties.h