Skip to content

Commit

Permalink
slim bring up
Browse files Browse the repository at this point in the history
Change-Id: I862503e67d59a1c073a892af12c3a3f10ece867b
  • Loading branch information
judas77 committed Aug 11, 2015
1 parent 039caea commit 7825277
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 81 deletions.
20 changes: 0 additions & 20 deletions cm.mk

This file was deleted.

2 changes: 0 additions & 2 deletions overlay/frameworks/base/core/res/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,13 @@
<!-- Defines the shutdown options shown in the reboot dialog. -->
<array name="shutdown_reboot_options" translatable="false">
<item>@string/reboot_reboot</item>
<item>@string/reboot_soft</item>
<item>@string/reboot_recovery</item>
</array>

<!-- Do not translate. Defines the shutdown actions passed to the kernel.
The first item should be empty for regular reboot. -->
<string-array name="shutdown_reboot_actions" translatable="false">
<item></item>
<item>soft_reboot</item>
<item>recovery</item>
</string-array>

Expand Down
14 changes: 0 additions & 14 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,20 +243,6 @@
config to 7. -->
<integer name="config_deviceHardwareKeys">71</integer>

<!-- Hardware keys present on the device with the ability to wake, stored as a bit field.
This integer should equal the sum of the corresponding value for each
of the following keys present:
1 - Home
2 - Back
4 - Menu
8 - Assistant (search)
16 - App switch
32 - Camera
64 - Volume rocker
For example, a device with Home, Back and Menu keys would set this
config to 7. -->
<integer name="config_deviceHardwareWakeKeys">1</integer>

<!-- Device supports LED flashlight
<bool name="config_enableTorch">true</bool> -->

Expand Down
18 changes: 0 additions & 18 deletions overlay/frameworks/base/core/res/res/values/rr_config.xml

This file was deleted.

25 changes: 0 additions & 25 deletions overlay/frameworks/base/core/res/res/values/strings.xml

This file was deleted.

29 changes: 29 additions & 0 deletions slim.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
$(call inherit-product, device/lge/w7/full_w7.mk)

## Specify phone tech before including full_phone
$(call inherit-product, vendor/slim/config/gsm.mk)

# Boot animation
TARGET_SCREEN_WIDTH := 540
TARGET_SCREEN_HEIGHT := 960

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

# Configure dalvik heap
$(call inherit-product, frameworks/native/build/phone-xhdpi-1024-dalvik-heap.mk)

# Enhanced NFC
$(call inherit-product, vendor/slim/config/nfc_enhanced.mk)

# Release name
PRODUCT_RELEASE_NAME := LG L90

# Release name
PRODUCT_RELEASE_NAME := LG L90
PRODUCT_MANUFACTURER := LGE
PRODUCT_NAME := slim_w7
PRODUCT_MANUFACTURER := lge
PRODUCT_MODEL := w7
PRODUCT_DEVICE := w7

3 changes: 1 addition & 2 deletions vendorsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@
# In particular, you can add lunch options with the add_lunch_combo
# function: add_lunch_combo generic-eng

#dd_lunch_combo full_mb526-eng
add_lunch_combo cm_w7-userdebug
add_lunch_combo slim_w7-userdebug

0 comments on commit 7825277

Please sign in to comment.