From 81b2e65b737a85507a4e082a91114e70ee27ca18 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Sat, 19 Dec 2020 02:53:35 +0200 Subject: [PATCH] universal8895-common: Switch to standalone extract utils * Align with templates while we are at it Change-Id: Ife50623a3d1b8733f5cc76995c982d8950d39ad4 --- Android.bp | 20 +++----------------- Android.mk | 14 +------------- BoardConfigVendor.mk | 14 +------------- universal8895-common-vendor.mk | 14 +------------- 4 files changed, 6 insertions(+), 56 deletions(-) diff --git a/Android.bp b/Android.bp index 1ce2c2e..34fd6c5 100644 --- a/Android.bp +++ b/Android.bp @@ -1,20 +1,6 @@ -/** - * Copyright (C) 2019-2021 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. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - * This file is generated by device/samsung/universal8895-common/setup-makefiles.sh - */ +// Automatically generated file. DO NOT MODIFY +// +// This file is generated by device/samsung/universal8895-common/setup-makefiles.sh soong_namespace { } diff --git a/Android.mk b/Android.mk index c653d6e..f33b1f1 100644 --- a/Android.mk +++ b/Android.mk @@ -1,17 +1,5 @@ -# Copyright (C) 2017-2021 The LineageOS Project +# Automatically generated file. DO NOT MODIFY # -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - # This file is generated by device/samsung/universal8895-common/setup-makefiles.sh LOCAL_PATH := $(call my-dir) diff --git a/BoardConfigVendor.mk b/BoardConfigVendor.mk index 4b6e622..0b0271b 100644 --- a/BoardConfigVendor.mk +++ b/BoardConfigVendor.mk @@ -1,16 +1,4 @@ -# Copyright (C) 2017-2021 The LineageOS Project +# Automatically generated file. DO NOT MODIFY # -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - # This file is generated by device/samsung/universal8895-common/setup-makefiles.sh diff --git a/universal8895-common-vendor.mk b/universal8895-common-vendor.mk index 90e7cba..1583d61 100644 --- a/universal8895-common-vendor.mk +++ b/universal8895-common-vendor.mk @@ -1,17 +1,5 @@ -# Copyright (C) 2017-2021 The LineageOS Project +# Automatically generated file. DO NOT MODIFY # -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - # This file is generated by device/samsung/universal8895-common/setup-makefiles.sh PRODUCT_SOONG_NAMESPACES += \ -- 2.20.1