Skip to content

Commit

Permalink
piccolo: Rebrand to LineageOS
Browse files Browse the repository at this point in the history
Change-Id: I38cb942d3327d43f9750aee5aa758c392e414ee0
  • Loading branch information
eloimuns committed Jan 3, 2017
1 parent c7b325f commit b67c669
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) 2016 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 AndroidProducts.mk
@@ -1,5 +1,6 @@
#
# Copyright (C) 2016 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) 2016 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 All @@ -21,7 +22,7 @@ TARGET_BOARD_PLATFORM_GPU := qcom-adreno405

# Kernel
TARGET_KERNEL_SOURCE := kernel/bq/msm8939
TARGET_KERNEL_CONFIG := cyanogenmod_piccolo_defconfig
TARGET_KERNEL_CONFIG := piccolo_defconfig

# Assert
TARGET_OTA_ASSERT_DEVICE := aquarism5,piccolo,Aquaris_M5
Expand Down
1 change: 1 addition & 0 deletions bluetooth/bdroid_buildcfg.h
@@ -1,6 +1,7 @@
/*
* Copyright (C) 2012 The Android Open Source Project
* Copyright (C) 2016 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 device.mk
@@ -1,5 +1,6 @@
#
# Copyright (C) 2016 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 full_piccolo.mk
@@ -1,5 +1,6 @@
#
# Copyright (C) 2016 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.
5 changes: 2 additions & 3 deletions cm.mk → lineage.mk
Expand Up @@ -2,14 +2,14 @@
TARGET_SCREEN_HEIGHT := 1920
TARGET_SCREEN_WIDTH := 1080

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

# Inherit device configuration
$(call inherit-product, device/bq/piccolo/full_piccolo.mk)

PRODUCT_RELEASE_NAME := Aquaris M5
PRODUCT_NAME := cm_piccolo
PRODUCT_NAME := lineage_piccolo

# Set product device & name
PRODUCT_BUILD_PROP_OVERRIDES += \
Expand All @@ -20,4 +20,3 @@ PRODUCT_BUILD_PROP_OVERRIDES += \
PRIVATE_BUILD_DESC="piccolo-user 6.0.1 MMB29M 4.0.0.11_20161117-0935 release-keys"

PRODUCT_GMS_CLIENTID_BASE := android-bq

0 comments on commit b67c669

Please sign in to comment.