OSDN Git Service

build: Add missing android/cutils/properties.h to EXTRA_DIST
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 17 Oct 2013 14:40:07 +0000 (17:40 +0300)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 17 Oct 2013 14:40:07 +0000 (17:40 +0300)
Makefile.android

index e26a30a..3459a4d 100644 (file)
@@ -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