diff options
| author | Bruno Martins <bgcngm@gmail.com> | 2018-08-10 13:51:54 +0100 |
|---|---|---|
| committer | althafvly <althafvly@gmail.com> | 2020-06-06 13:29:03 +0530 |
| commit | f3d50d444bfa0cbf158f875528991a4c8c529fd0 (patch) | |
| tree | b778a5ad418ca81cc05367b96a3a24da5b631624 | |
| parent | 39ccd7a7fdeaa79290a03924250551ac853d1db9 (diff) | |
osprey: Consider lineage_osprey product via the AOSP way
Change-Id: Iab7b6c4d2817af88a133945df8fcc7fb964e35e9
| -rw-r--r-- | AndroidProducts.mk | 18 | ||||
| -rw-r--r-- | lineage_osprey.mk (renamed from lineage.mk) | 0 |
2 files changed, 18 insertions, 0 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk new file mode 100644 index 0000000..cf188fe --- /dev/null +++ b/AndroidProducts.mk @@ -0,0 +1,18 @@ +# +# Copyright (C) 2018 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. + +PRODUCT_MAKEFILES := \ + $(LOCAL_DIR)/lineage_osprey.mk + diff --git a/lineage.mk b/lineage_osprey.mk index 0a4806c..0a4806c 100644 --- a/lineage.mk +++ b/lineage_osprey.mk |
