diff options
Diffstat (limited to 'core/Makefile')
-rw-r--r-- | core/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile index 4475071..169fc02 100644 --- a/core/Makefile +++ b/core/Makefile @@ -682,7 +682,8 @@ INTERNAL_SYSTEMIMAGE_FILES := $(filter $(TARGET_OUT)/%, \ $(ALL_PREBUILT) \ $(ALL_COPIED_HEADERS) \ $(ALL_GENERATED_SOURCES) \ - $(ALL_DEFAULT_INSTALLED_MODULES)) + $(ALL_DEFAULT_INSTALLED_MODULES)\ + $(ALL_PDK_FUSION_FILES)) ifdef is_tests_build # We don't want to install tests modules to the system partition |