summaryrefslogtreecommitdiffstats
path: root/core/Makefile
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2012-04-02 09:17:56 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-04-02 09:17:56 -0700
commit406f69c8d62934fb763e691f8baae777f13cb030 (patch)
tree5508f4e6e33ee71619dcddd820a0be3d51069ea4 /core/Makefile
parentd222192fb0ee238cc7ff779ae6b607ea46a81755 (diff)
parent82b836fda6894ebfccccfbddc2ce3ee2718d862e (diff)
downloadbuild-406f69c8d62934fb763e691f8baae777f13cb030.zip
build-406f69c8d62934fb763e691f8baae777f13cb030.tar.gz
build-406f69c8d62934fb763e691f8baae777f13cb030.tar.bz2
Merge "Support to build pdk and pdk fusion."
Diffstat (limited to 'core/Makefile')
-rw-r--r--core/Makefile3
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