Skip to content

Commit

Permalink
Some minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Razziell committed May 29, 2018
1 parent 23e6e7d commit 48289d7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Android.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (C) 2017 The LineageOS Project
# Copyright (C) 2017-2018 The LineageOS Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ TARGET_COPY_OUT_VENDOR := vendor
# Extended Filesystem Support
TARGET_EXFAT_DRIVER := sdfat

#FM
# FM
BOARD_HAVE_QCOM_FM := true
TARGET_QCOM_NO_FM_FIRMWARE := true

Expand All @@ -177,7 +177,7 @@ TARGET_PROVIDES_KEYMASTER := true
BOARD_HARDWARE_CLASS += \
$(DEVICE_PATH)/lineagehw

#Lights
# Lights
TARGET_PROVIDES_LIBLIGHT:= true

# Media
Expand Down
2 changes: 1 addition & 1 deletion device.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (C) 2017 The LineageOS Project
# Copyright (C) 2017-2018 The LineageOS Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion full_markw.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)

# Inherit from mido device
# Inherit from markw device
$(call inherit-product, device/xiaomi/markw/device.mk)

# Device identifier. This must come after all inclusions
Expand Down

0 comments on commit 48289d7

Please sign in to comment.