diff --git a/package/Makefile b/package/Makefile index 9ae94e9a4eb..abe76a619fa 100644 --- a/package/Makefile +++ b/package/Makefile @@ -130,7 +130,7 @@ ifneq ($(CONFIG_USE_APK),) --keys-dir $(TOPDIR) \ --sign $(BUILD_KEY_APK_SEC) \ --output packages.adb \ - *.apk; \ + $$(ls *.apk | grep -v 'kernel\|libc'); \ done else @for d in $(PACKAGE_SUBDIRS); do ( \