diff options
author | dd3boh <dade.garberi@gmail.com> | 2017-07-22 10:17:29 +0200 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-07-22 10:21:29 +0200 |
commit | 15bd90b00814c5d43cbe9f8e78d74ed28018ddd6 (patch) | |
tree | 807ceacc87d0e33e762d5d9c77d80e9545fcc46b | |
parent | 30779a66b615fd6e0ca539f55f8c35f61039a51c (diff) |
We're halogenOS now
-rw-r--r-- | BoardConfig.mk | 1 | ||||
-rw-r--r-- | XOS.mk | 3 | ||||
-rw-r--r-- | device.mk | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 11a5384..90c2992 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -1,5 +1,6 @@ # Copyright (C) 2013-2016, The CyanogenMod Project # Copyright (C) 2017, The LineageOS Project +# Copyright (C) 2017 The halogenOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -1,5 +1,6 @@ # Copyright (C) 2013-2016, The CyanogenMod Project # Copyright (C) 2017, The LineageOS Project +# Copyright (C) 2017 The halogenOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -20,7 +21,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) # Inherit from z2_plus device $(call inherit-product, device/zuk/z2_plus/device.mk) -# Inherit some common AOSP-OMS stuff. +# Inherit some common halogenOS stuff. $(call inherit-product, vendor/xos/config/common.mk) PRODUCT_NAME := XOS_z2_plus @@ -1,5 +1,6 @@ # Copyright (C) 2013-2016, The CyanogenMod Project # Copyright (C) 2017, The LineageOS Project +# Copyright (C) 2017 The halogenOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |