Skip to content

Commit

Permalink
derb
Browse files Browse the repository at this point in the history
  • Loading branch information
codeworkx committed Jun 4, 2012
1 parent 05aedbe commit 7bcd6e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
LOCAL_PATH := $(call my-dir)

ifeq ($(TARGET_DEVICE),i9300)
include $(BUILD_SYSTEM)/base_rules.mk

include $(call all-makefiles-under,$(LOCAL_PATH))

endif
2 changes: 1 addition & 1 deletion cm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PRODUCT_RELEASE_NAME := i9300
$(call inherit-product, vendor/cm/config/common_full_phone.mk)

# Inherit device configuration
$(call inherit-product, device/samsung/i9300/i9300.mk)
$(call inherit-product, device/samsung/i9300/full_i9300.mk)

# Device identifier. This must come after all inclusions
PRODUCT_DEVICE := i9300
Expand Down

0 comments on commit 7bcd6e9

Please sign in to comment.