From 90f1f94600f20f3f5468a6a4be512f9800c1f08c Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 17 Oct 2013 17:40:07 +0300 Subject: [PATCH] build: Add missing android/cutils/properties.h to EXTRA_DIST --- Makefile.android | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.android b/Makefile.android index e26a30a7d..3459a4d3c 100644 --- 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 -- 2.47.3