From 56fa61303d83a333c4fa8536191af068d9438118 Mon Sep 17 00:00:00 2001 From: "owen.wen" Date: Mon, 4 Dec 2017 12:50:26 +0800 Subject: [PATCH] add description of LOCAL_UNINSTALLABLE_MODULE --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index c865733..f1d3e20 100644 --- a/index.html +++ b/index.html @@ -1133,7 +1133,9 @@

Android.mk Variables

LOCAL_UNINSTALLABLE_MODULE - +If set to true, this module will not be installed to system.img but build system still build it. +Useful when you need some executable binary by $(INCLUDE_EXECUTABLE) but dont need it in system.img + LOCAL_UNSTRIPPED_PATH