Skip to content

Commit

Permalink
aim changes
Browse files Browse the repository at this point in the history
  • Loading branch information
phenomenall committed Apr 7, 2018
1 parent dc4c12b commit 150f531
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion AndroidProducts.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.

PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/aos_tomato.mk
$(LOCAL_DIR)/aim_tomato.mk
4 changes: 2 additions & 2 deletions aos.mk → aim.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
$(call inherit-product, device/yu/tomato/full_tomato.mk)

# Inherit some common LineageOS stuff.
$(call inherit-product, vendor/aos/config/common.mk)
$(call inherit-product, vendor/aim/config/common.mk)

# Must define platform variant before including any common things
TARGET_BOARD_PLATFORM_VARIANT := msm8939

PRODUCT_NAME := aos_tomato
PRODUCT_NAME := aim_tomato
BOARD_VENDOR := yu
PRODUCT_DEVICE := tomato

Expand Down
1 change: 0 additions & 1 deletion device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ $(call inherit-product, vendor/yu/tomato/tomato-vendor.mk)

PRODUCT_PACKAGES +=\
MiXplorer \
MusicPlayer \
NexusLauncher

PRODUCT_COPY_FILES +=\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

<!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
<bool name="config_intrusiveNotificationLed">true</bool>
<bool name="config_button_brightness_support">false</bool>
<bool name="config_button_brightness_support">true</bool>
<integer name="config_button_brightness_default">128</integer>

</resources>
2 changes: 1 addition & 1 deletion vendorsetup.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
add_lunch_combo aos_tomato-userdebug
add_lunch_combo aim_tomato-userdebug

0 comments on commit 150f531

Please sign in to comment.