Skip to content

Commit

Permalink
Properly call cm.mk IF one of it's strings it's not loaded :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Lunarenko committed Jun 19, 2013
1 parent 1c8f5c1 commit bdb5bd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions janice.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Include common makefile
$(call inherit-product, device/samsung/u8500-common/common.mk)


ifneq ($(TARGET_SCREEN_HEIGHT),800)
# Call cm.mk because somehow it's not being called!
$(call inherit-product, device/samsung/janice/cm.mk)
endif

LOCAL_PATH := device/samsung/janice

Expand Down

0 comments on commit bdb5bd5

Please sign in to comment.