summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-06-29 07:30:55 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-06-29 07:30:55 +0000
commitbd39c52b3860cebe60612d4e8c518b8a03a63ea1 (patch)
treebc276c8b658cb010cff2bfe3d105898a41f463e9
parent69a11853c82bfe3d2270109978aff76efdcbd1e8 (diff)
parent7c9abf185a111b97c8c2fff05c88a94155e30990 (diff)
downloadhikey-bd39c52b3860cebe60612d4e8c518b8a03a63ea1.tar.gz
release-request-fbba21d1-17b5-4752-9864-95770e5db190-for-git_oc-mr1-release-4144771 snap-temp-L10300000078657232
Change-Id: Ia8ff16e69ec18c42c4e65d5a76bd28000206670a
-rw-r--r--BoardConfigCommon.mk7
-rw-r--r--build/tasks/dtimage.mk5
2 files changed, 5 insertions, 7 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index c7eb435c..63062c11 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -36,13 +36,6 @@ TARGET_USE_PAN_DISPLAY := true
SF_START_GRAPHICS_ALLOCATOR_SERVICE := true
-# enable to use the CPUSETS feature
-ENABLE_CPUSETS := true
-ENABLE_SCHEDBOOST := true
-# We may want to enable this later
-# but right now it doesn't build.
-#ENABLE_SCHED_BOOST := true
-
BOARD_SEPOLICY_DIRS += device/linaro/hikey/sepolicy
DEVICE_MANIFEST_FILE := device/linaro/hikey/manifest.xml
diff --git a/build/tasks/dtimage.mk b/build/tasks/dtimage.mk
index 9dc6668b..4d6a74d4 100644
--- a/build/tasks/dtimage.mk
+++ b/build/tasks/dtimage.mk
@@ -8,5 +8,10 @@ $(PRODUCT_OUT)/dt.img: $(DTB)
$(MKDTIMG) -c -d $(DTB) -o $@
droidcore: $(PRODUCT_OUT)/dt.img
+
+# Images will be packed into target_files zip, and hikey-img.zip.
+INSTALLED_RADIOIMAGE_TARGET += $(PRODUCT_OUT)/dt.img
+BOARD_PACK_RADIOIMAGES += dt.img
+
endif
endif