commit | 0d570a71630d70a80e838f068d413f1c1a5f55af | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@google.com> | Mon Jun 18 18:45:40 2012 -0700 |
committer | Ying Wang <wangying@google.com> | Mon Jun 18 18:45:40 2012 -0700 |
tree | d7d145c61067b2fdabdf232dc44479587f21f2c2 | |
parent | 596549c4d3c3bfb35c6764d1efd58c1d9f8f197b [diff] [blame] |
lint support. Bug: 6167394 $make lint-<app-name> # to lint on a single module $make lintall # to lint on all packages in the source tree. Change-Id: I4decc76fb75793ce44809232b0ec72b766fbb434
diff --git a/core/main.mk b/core/main.mk index 1ab9b6c..317660f 100644 --- a/core/main.mk +++ b/core/main.mk
@@ -817,6 +817,8 @@ ) endif +.PHONY: lintall + .PHONY: samplecode sample_MODULES := $(sort $(call get-tagged-modules,samples)) sample_APKS_DEST_PATH := $(TARGET_COMMON_OUT_ROOT)/samples