Skip to content

Commit

Permalink
p31xx: Add common_tablet_small config
Browse files Browse the repository at this point in the history
Change-Id: Ia301234028d94179733066cc0a5bcbcea4365833
Signed-off-by: Curtis Menard <curtis.menard@gmail.com>
  • Loading branch information
cmenard committed Sep 11, 2012
1 parent f5067f3 commit 80f6c51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
5 changes: 1 addition & 4 deletions products/p3100.mk
Expand Up @@ -25,11 +25,8 @@ PRODUCT_COPY_FILES += \


PRODUCT_PACKAGE_OVERLAYS += vendor/aokp/overlay/espresso PRODUCT_PACKAGE_OVERLAYS += vendor/aokp/overlay/espresso


PRODUCT_PACKAGES += \
NovaLauncher

# Inherit some common stuff. # Inherit some common stuff.
$(call inherit-product, vendor/aokp/configs/common_tablet.mk) $(call inherit-product, vendor/aokp/configs/common_tablet_small.mk)


# Inherit device configuration # Inherit device configuration
$(call inherit-product, device/samsung/p3100/full_p3100.mk) $(call inherit-product, device/samsung/p3100/full_p3100.mk)
Expand Down
5 changes: 1 addition & 4 deletions products/p3110.mk
Expand Up @@ -25,11 +25,8 @@ PRODUCT_COPY_FILES += \


PRODUCT_PACKAGE_OVERLAYS += vendor/aokp/overlay/espressowifi PRODUCT_PACKAGE_OVERLAYS += vendor/aokp/overlay/espressowifi


PRODUCT_PACKAGES += \
NovaLauncher

# Inherit some common stuff. # Inherit some common stuff.
$(call inherit-product, vendor/aokp/configs/common_tablet.mk) $(call inherit-product, vendor/aokp/configs/common_tablet_small.mk)


# Inherit device configuration # Inherit device configuration
$(call inherit-product, device/samsung/p3110/full_p3110.mk) $(call inherit-product, device/samsung/p3110/full_p3110.mk)
Expand Down
5 changes: 1 addition & 4 deletions products/p3113.mk
Expand Up @@ -25,11 +25,8 @@ PRODUCT_COPY_FILES += \


PRODUCT_PACKAGE_OVERLAYS += vendor/aokp/overlay/espressowifi PRODUCT_PACKAGE_OVERLAYS += vendor/aokp/overlay/espressowifi


PRODUCT_PACKAGES += \
NovaLauncher

# Inherit some common stuff. # Inherit some common stuff.
$(call inherit-product, vendor/aokp/configs/common_tablet.mk) $(call inherit-product, vendor/aokp/configs/common_tablet_small.mk)


# Inherit device configuration # Inherit device configuration
$(call inherit-product, device/samsung/p3113/full_p3113.mk) $(call inherit-product, device/samsung/p3113/full_p3113.mk)
Expand Down

0 comments on commit 80f6c51

Please sign in to comment.