clover: rebrand to xiaomi-sdm660 project
This commit is contained in:
parent
50888520d3
commit
2ab78ba47d
13 changed files with 101 additions and 69 deletions
|
@ -1,5 +1,5 @@
|
||||||
//#
|
//#
|
||||||
//# Copyright (C) 2018 CarbonRom
|
//# Copyright (C) 2018 The Xiaomi-SDM660 Project
|
||||||
//#
|
//#
|
||||||
//# Licensed under the Apache License, Version 2.0 (the "License");
|
//# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
//# you may not use this file except in compliance with the License.
|
//# you may not use this file except in compliance with the License.
|
||||||
|
@ -12,6 +12,13 @@
|
||||||
//# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
//# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
//# See the License for the specific language governing permissions and
|
//# See the License for the specific language governing permissions and
|
||||||
//# limitations under the License.
|
//# limitations under the License.
|
||||||
|
|
||||||
|
//#
|
||||||
|
//# This file sets variables that control the way modules are built
|
||||||
|
//# thorughout the system. It should not be used to conditionally
|
||||||
|
//# disable makefiles (the proper mechanism to control what gets
|
||||||
|
//# included in a build is to use PRODUCT_PACKAGES in a product
|
||||||
|
//# definition file).
|
||||||
//#
|
//#
|
||||||
|
|
||||||
subdirs = [
|
subdirs = [
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2018 CarbonROM
|
# Copyright (C) 2018 The Xiaomi-SDM660 Project
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2018 CarbonROM
|
# Copyright (C) 2018 The Xiaomi-SDM660 Project
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
@ -21,6 +21,6 @@
|
||||||
# definition file).
|
# definition file).
|
||||||
#
|
#
|
||||||
|
|
||||||
# inherit MI PAD 4 CarbonRom device config
|
# inherit MI PAD 4 HAVOC-OS device config
|
||||||
PRODUCT_MAKEFILES := \
|
PRODUCT_MAKEFILES := \
|
||||||
$(LOCAL_DIR)/havoc_clover.mk
|
$(LOCAL_DIR)/havoc_clover.mk
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2018 CarbonROM
|
# Copyright (C) 2018 The Xiaomi-SDM660 Project
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Copyright (C) 2018 CarbonROM
|
Copyright (C) 2018 Xiaomi-SDM660 Project
|
||||||
|
|
||||||
The MI PAD 4 (codenamed _"clover"_) are high-end mid-range tablet from Xiaomi.
|
The MI PAD 4 (codenamed _"clover"_) are high-end mid-range tablet from Xiaomi.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2018 CarbonROM
|
# Copyright (C) 2018 The Xiaomi-SDM660 Project
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2018 CarbonROM
|
# Copyright (C) 2018 The Xiaomi-SDM660 Project
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright 2018 The Android Open Source Project
|
# Copyright (C) 2018 The Xiaomi-SDM660 Project
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
@ -12,6 +12,13 @@
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
#
|
||||||
|
# This file sets variables that control the way modules are built
|
||||||
|
# thorughout the system. It should not be used to conditionally
|
||||||
|
# disable makefiles (the proper mechanism to control what gets
|
||||||
|
# included in a build is to use PRODUCT_PACKAGES in a product
|
||||||
|
# definition file).
|
||||||
#
|
#
|
||||||
|
|
||||||
LOCAL_PATH:= $(call my-dir)
|
LOCAL_PATH:= $(call my-dir)
|
||||||
|
|
|
@ -1,29 +1,26 @@
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2015, The Linux Foundation. All rights reserved.
|
#
|
||||||
Copyright (C) 2016 The CyanogenMod Project.
|
# Copyright (C) 2018 The Xiaomi-SDM660 Project
|
||||||
Redistribution and use in source and binary forms, with or without
|
#
|
||||||
modification, are permitted provided that the following conditions are
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
met:
|
# you may not use this file except in compliance with the License.
|
||||||
* Redistributions of source code must retain the above copyright
|
# You may obtain a copy of the License at
|
||||||
notice, this list of conditions and the following disclaimer.
|
#
|
||||||
* Redistributions in binary form must reproduce the above
|
# http://www.apache.org/licenses/LICENSE-2.0
|
||||||
copyright notice, this list of conditions and the following
|
#
|
||||||
disclaimer in the documentation and/or other materials provided
|
# Unless required by applicable law or agreed to in writing, software
|
||||||
with the distribution.
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
* Neither the name of The Linux Foundation nor the names of its
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
contributors may be used to endorse or promote products derived
|
# See the License for the specific language governing permissions and
|
||||||
from this software without specific prior written permission.
|
# limitations under the License.
|
||||||
THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
|
|
||||||
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
#
|
||||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
|
# This file sets variables that control the way modules are built
|
||||||
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
|
# thorughout the system. It should not be used to conditionally
|
||||||
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
# disable makefiles (the proper mechanism to control what gets
|
||||||
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
# included in a build is to use PRODUCT_PACKAGES in a product
|
||||||
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
|
# definition file).
|
||||||
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
#
|
||||||
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
|
||||||
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
|
|
||||||
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
#
|
#
|
||||||
# Copyright 2018 The Android Open Source Project
|
# Copyright (C) 2018 The Xiaomi-SDM660 Project
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
@ -13,6 +13,13 @@
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
#
|
||||||
|
# This file sets variables that control the way modules are built
|
||||||
|
# thorughout the system. It should not be used to conditionally
|
||||||
|
# disable makefiles (the proper mechanism to control what gets
|
||||||
|
# included in a build is to use PRODUCT_PACKAGES in a product
|
||||||
|
# definition file).
|
||||||
#
|
#
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
#
|
#
|
||||||
# Copyright 2018 The Android Open Source Project
|
# Copyright (C) 2018 The Xiaomi-SDM660 Project
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
@ -13,6 +13,13 @@
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
#
|
||||||
|
# This file sets variables that control the way modules are built
|
||||||
|
# thorughout the system. It should not be used to conditionally
|
||||||
|
# disable makefiles (the proper mechanism to control what gets
|
||||||
|
# included in a build is to use PRODUCT_PACKAGES in a product
|
||||||
|
# definition file).
|
||||||
#
|
#
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
#
|
#
|
||||||
# Copyright 2018 The Android Open Source Project
|
# Copyright (C) 2018 The Xiaomi-SDM660 Project
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
@ -13,6 +13,13 @@
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
#
|
||||||
|
# This file sets variables that control the way modules are built
|
||||||
|
# thorughout the system. It should not be used to conditionally
|
||||||
|
# disable makefiles (the proper mechanism to control what gets
|
||||||
|
# included in a build is to use PRODUCT_PACKAGES in a product
|
||||||
|
# definition file).
|
||||||
#
|
#
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!-- #
|
<!-- #
|
||||||
#
|
#
|
||||||
# Copyright (C) 2018 CarbonROM
|
# Copyright (C) 2018 The Xiaomi-SDM660 Project
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
|
Loading…
Reference in a new issue