From 7bdd3d35c057a71b16fce2bcab8ad018b1b6f134 Mon Sep 17 00:00:00 2001 From: Yohei Yukawa Date: Mon, 12 Nov 2018 20:21:14 -0800 Subject: [PATCH] Make MultiClientInputMethod optional build target Otherwise SDK build will fail because this target puts artifacts to privileged app dir, which is not expected for samples in the SDK build. You can still build MultiClientInputMethod on command line by explicitly specifying this in the build target. Bug: 115784148 Test: locally verified as follows: lunch sdk_phone_armv7-userdebug make -j PRODUCT-sdk_phone_armv7-sdk Change-Id: I09282fa39d13f8078881a3b215cad7d3c0e81486 --- samples/MultiClientInputMethod/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/MultiClientInputMethod/Android.mk b/samples/MultiClientInputMethod/Android.mk index 5d641f985..7a16e09c0 100755 --- a/samples/MultiClientInputMethod/Android.mk +++ b/samples/MultiClientInputMethod/Android.mk @@ -17,7 +17,7 @@ LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) -LOCAL_MODULE_TAGS := samples +LOCAL_MODULE_TAGS := optional LOCAL_SRC_FILES := $(call all-subdir-java-files)