diff options
author | Ying Wang <wangying@google.com> | 2012-04-02 09:17:56 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-04-02 09:17:56 -0700 |
commit | 406f69c8d62934fb763e691f8baae777f13cb030 (patch) | |
tree | 5508f4e6e33ee71619dcddd820a0be3d51069ea4 /core/Makefile | |
parent | d222192fb0ee238cc7ff779ae6b607ea46a81755 (diff) | |
parent | 82b836fda6894ebfccccfbddc2ce3ee2718d862e (diff) | |
download | build-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/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 |