Skip to content

Commit

Permalink
ido: Welcome to LineageOS
Browse files Browse the repository at this point in the history
Change-Id: Ifed3c3b05b3105085f01fe4c820f2e33ce52b537
  • Loading branch information
Anik1199 committed Jan 2, 2017
1 parent e8905f1 commit 7f9aca3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion BoardConfig.mk
@@ -1,5 +1,6 @@
#
# Copyright (C) 2016 The CyanogenMod Project
# 2017 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 Expand Up @@ -51,7 +52,7 @@ BOARD_KERNEL_TAGS_OFFSET := 0x00000100
BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb
TARGET_KERNEL_APPEND_DTB := true
TARGET_KERNEL_SOURCE := kernel/xiaomi/msm8916
TARGET_KERNEL_CONFIG := cyanogenmod_ido_defconfig
TARGET_KERNEL_CONFIG := lineage_ido_defconfig

# ANT+
BOARD_ANT_WIRELESS_DEVICE := "vfs-prerelease"
Expand Down
File renamed without changes.
5 changes: 3 additions & 2 deletions cm.mk → lineage.mk
@@ -1,5 +1,6 @@
#
# Copyright (C) 2016 The CyanogenMod Project
# 2017 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 All @@ -16,10 +17,10 @@

$(call inherit-product, device/xiaomi/ido/full_ido.mk)

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

PRODUCT_NAME := cm_ido
PRODUCT_NAME := lineage_ido
BOARD_VENDOR := Xiaomi

PRODUCT_GMS_CLIENTID_BASE := android-xiaomi

2 comments on commit 7f9aca3

@knoacc
Copy link

@knoacc knoacc commented on 7f9aca3 Jan 7, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcoming ido device to Lineage OS :)

@rabotond
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool!

Please sign in to comment.