adds TW_ADDITIONAL_RES to TW_RES

make it easier to add aditional resource files not just complete new theme

Change-Id: I6daca75929da03031812e66f25455e189b37a780
Signed-off-by: Xuefer <xuefer@gmail.com>
This commit is contained in:
Xuefer
2016-01-24 13:13:36 +08:00
committed by Dees Troy
parent b6e5fd9f76
commit ebc4cfae31

View File

@@ -157,6 +157,7 @@ endif
else
TWRP_THEME_LOC := $(TW_CUSTOM_THEME)
endif
TWRP_RES += $(TW_ADDITIONAL_RES)
TWRP_RES_GEN := $(intermediates)/twrp
ifneq ($(TW_USE_TOOLBOX), true)