Skip to content

Commit

Permalink
misc cleanups
Browse files Browse the repository at this point in the history
*no need to inherit phone tech makefile anymore
---http://review.cyanogenmod.org/#/c/52265/
*remove unneeded kernel headers
*remove non-CyanogenMod targets from vendorsetup.sh

Change-Id: I6d0a1839e1960873eafba9f4b32ea7ef4faedcb8
  • Loading branch information
KonstaT committed Nov 2, 2013
1 parent cdc4f77 commit 9d4615f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 885 deletions.
5 changes: 1 addition & 4 deletions cm.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
## Specify phone tech before including full_phone
$(call inherit-product, vendor/cm/config/gsm.mk)

# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/common_full_phone.mk)

Expand All @@ -10,7 +7,7 @@ $(call inherit-product, device/zte/atlas40/atlas40.mk)
# Correct boot animation size for the screen.
TARGET_BOOTANIMATION_NAME := vertical-480x800

## Device identifier. This must come after all inclusions
# Device identifier. This must come after all inclusions
PRODUCT_DEVICE := atlas40
PRODUCT_NAME := cm_atlas40
PRODUCT_BRAND := ZTE
Expand Down
74 changes: 0 additions & 74 deletions include/linux/i2c-dev.h

This file was deleted.

Loading

0 comments on commit 9d4615f

Please sign in to comment.