From e8b88562de4b8dab145f4f1acd3485286446ee74 Mon Sep 17 00:00:00 2001 From: Hussein Kasem Date: Mon, 27 Jul 2020 12:49:18 +0200 Subject: [PATCH] Android build: Add cleanup for installed headers. --- Makefile | 1 + build-android/Makefile | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 build-android/Makefile diff --git a/Makefile b/Makefile index ec144817..71d4db54 100644 --- a/Makefile +++ b/Makefile @@ -54,6 +54,7 @@ clean: $(MAKE) -C db clean $(MAKE) -C asn.1 clean $(MAKE) -C sync clean + $(MAKE) -C build-android clean tags: $(MAKE) -C asn.1 tags diff --git a/build-android/Makefile b/build-android/Makefile new file mode 100644 index 00000000..1f5f0865 --- /dev/null +++ b/build-android/Makefile @@ -0,0 +1,13 @@ +# Copyright 2020, pEp Foundation +# This file is part of pEpEngine - Android Build +# This file may be used under the terms of the GNU General Public License version 3 +# see LICENSE.txt + +include ../Makefile.conf + +all: + echo "Placeholder command, this is meant to be cleaned by JNIAdapter Android build" + +.PHONY: clean +clean: + rm -rf include/