Skip to content

Commit

Permalink
i9500: cm->lineage
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto96 committed Apr 3, 2017
1 parent f676750 commit 217e55c
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions Android.mk
@@ -1,5 +1,6 @@
#
# Copyright (C) 2013 The CyanogenMod Project
# Copyright (C) 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
3 changes: 2 additions & 1 deletion BoardConfig.mk
@@ -1,5 +1,6 @@
#
# Copyright (C) 2013 The CyanogenMod Project
# Copyright (C) 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 @@ -44,7 +45,7 @@ TARGET_CPU_VARIANT := cortex-a15
# Kernel
BOARD_KERNEL_BASE := 0x10000000
BOARD_KERNEL_PAGESIZE := 2048
TARGET_KERNEL_CONFIG := cyanogenmod_i9500_defconfig
TARGET_KERNEL_CONFIG := lineageos_i9500_defconfig
TARGET_KERNEL_SOURCE := kernel/samsung/exynos5410

# ANT+
Expand Down
1 change: 1 addition & 0 deletions README
@@ -1,3 +1,4 @@
Device configuration for Samsung Galaxy S4 Exynos (GT-I9500)

Copyright 2015, The CyanogenMod Project
2017, The LineageOS Project
1 change: 1 addition & 0 deletions full_i9500.mk
@@ -1,4 +1,5 @@
# Copyright (C) 2013 The CyanogenMod Project
# Copyright (C) 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
1 change: 1 addition & 0 deletions i9500.mk
@@ -1,5 +1,6 @@
#
# Copyright (C) 2013 The CyanogenMod Project
# Copyright (C) 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
File renamed without changes.
4 changes: 2 additions & 2 deletions cm.mk → lineage.mk
Expand Up @@ -3,10 +3,10 @@ $(call inherit-product, device/samsung/i9500/full_i9500.mk)
# Enhanced NFC
$(call inherit-product, vendor/cm/config/nfc_enhanced.mk)

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

PRODUCT_NAME := cm_i9500
PRODUCT_NAME := lineage_i9500
PRODUCT_DEVICE := i9500

PRODUCT_BUILD_PROP_OVERRIDES += \
Expand Down
2 changes: 1 addition & 1 deletion vendorsetup.sh
@@ -1 +1 @@
add_lunch_combo cm_i9500-userdebug
add_lunch_combo lineage_i9500-userdebug

0 comments on commit 217e55c

Please sign in to comment.