diff options
author | Alexander Koskovich <zvnexus@outlook.com> | 2020-09-25 19:50:58 -0700 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-01-16 08:24:08 +0800 |
commit | ce93303a7c412d12c804810f055ce5c59189c102 (patch) | |
tree | da9f1e07c560a4d57ca2759513ada40ea449dba5 | |
parent | 66a6c0f4a218034101f56b17fc0425e8dbcedd42 (diff) |
common: Don't dump product config in the make output logs
This reverts commit 58ceb965d1bb688e4851f388ca90f8f821374609.
Change-Id: I364eecede2f7b911c17071b5f3680091899fa440
-rw-r--r-- | generate_extra_images.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/generate_extra_images.mk b/generate_extra_images.mk index 7b10dbd..feb5b04 100644 --- a/generate_extra_images.mk +++ b/generate_extra_images.mk @@ -267,6 +267,3 @@ otavendormod-nodeps: $(BUILT_SYSTEMIMAGE): otavendormod endif - -#Print PRODUCT_PACKAGES & PRODUCT_PACKAGES_DEBUG to output log -$(call dump-products) |