Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion BoardConfigCommon.mk
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ BOARD_KERNEL_BASE := 0x80000000
TARGET_NO_RADIOIMAGE := true
TARGET_NO_BOOTLOADER := true
BOARD_KERNEL_PAGESIZE := 4096
TARGET_KERNEL_SOURCE := kernel/ti/omap4
TARGET_KERNEL_SOURCE := kernel/bn/omap
TARGET_KERNEL_CONFIG := nookhd_defconfig
TARGET_KERNEL_VARIANT_CONFIG := $(notdir $(wildcard \
$(TARGET_KERNEL_SOURCE)/arch/arm/configs/$(TARGET_DEVICE)_defconfig))
Expand All @@ -79,6 +79,7 @@ $(TARGET_KERNEL_SOURCE)/arch/arm/boot/dts/*ovation*.dts \
$(TARGET_KERNEL_SOURCE)/arch/arm/boot/dts/*hummingbird*.dts)))
BOARD_KERNEL_IMAGE_NAME := zImage-dtb
endif
BOARD_KERNEL_IMAGE_NAME := zImage

ifneq (,$(strip $(wildcard \
$(TARGET_KERNEL_SOURCE)/drivers/gpu/ion/ion_page_pool.c \
Expand Down
3 changes: 3 additions & 0 deletions common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ TARGET_BOARD_OMAP_CPU := 4470
$(call inherit-product, hardware/ti/omap4/omap4.mk)
$(call inherit-product, hardware/ti/omap4/pvr-km.mk)

# Android Go defaults for the low amount of ram
$(call inherit-product, build/target/product/go_defaults.mk)

# set to allow building from omap4-common
BOARD_VENDOR := bn

Expand Down
11 changes: 6 additions & 5 deletions overlay/cm/frameworks/base/core/res/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,18 @@
<!-- Remove camera icon from lock screen. -->

<!-- Defines the shutdown options shown in the reboot dialog. -->
<!--
<array name="shutdown_reboot_options" translatable="false">
<item>@string/reboot_reboot</item>
<item>@string/reboot_soft</item>
<item>@string/reboot_recovery</item>
</array>
<item>@string/reboot_bootloader</item>
</array>-->

<!-- Do not translate. Defines the shutdown actions passed to the kernel.
The first item should be empty for regular reboot. -->
<string-array name="shutdown_reboot_actions" translatable="false">
<!--<string-array name="shutdown_reboot_actions" translatable="false">
<item></item>
<item>soft_reboot</item>
<item>recovery</item>
</string-array>
<item>bootloader</item>
</string-array>-->
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
ROTATION_180_MODE: 4
ROTATION_270_MODE: 8
-->
<integer name="def_accelerometer_rotation_angles">15</integer>
<!--<integer name="def_accelerometer_rotation_angles">15</integer>-->
</resources>