Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Allow device config to live somewhere else #3

Merged
merged 1 commit into from Dec 11, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Android.mk
Expand Up @@ -20,7 +20,7 @@ ifeq ($(ENABLE_LIBRECOVERY),true)

# Device specific configuration. These allow us to use generic code in gecko
# for dealing with recovery based OTA updates
include $(LOCAL_PATH)/device/$(TARGET_DEVICE).mk
-include $(LOCAL_PATH)/device/$(TARGET_DEVICE).mk

# Device specific variables listed in device/$(TARGET_DEVICE).mk
DEVICE_CONFIG := RECOVERY_EXTERNAL_STORAGE \
Expand Down