OSDN Git Service

Fix warning with AAPT2 and LOCAL_STATIC_ANDROID_LIBRARIES
authorColin Cross <ccross@android.com>
Tue, 29 Nov 2016 19:12:56 +0000 (11:12 -0800)
committerMichael Bestas <mkbestas@lineageos.org>
Tue, 19 Sep 2017 13:42:15 +0000 (16:42 +0300)
commit5f04d9d9b2f65a20c5d31392426a224acbc331ae
treee66e2d179eab18e8d9a9757add0c4b20d7ff5cd6
parent6421bdcb2f8d8f39559cc9ce8b301616addad11f
Fix warning with AAPT2 and LOCAL_STATIC_ANDROID_LIBRARIES

Building with LOCAL_STATIC_ANDROID_LIBARIES and LOCAL_USE_APPT2
causes a warning:
build/core/package_internal.mk:143: Empty argument supplied to find-subdir-assets

Only call find-subdir-assets if my_res_dir is not empty.

Also improve the warning message to make it easier to find the module
that caused it.

Test: m -j
Change-Id: I9a71162c7e2ed82f64d6844baca256968ac77317
core/definitions.mk
core/package_internal.mk