diff options
| author | Bruno Martins <bgcngm@gmail.com> | 2018-08-10 13:51:54 +0100 |
|---|---|---|
| committer | althafvly <althafvly@gmail.com> | 2020-06-06 23:01:11 +0530 |
| commit | 3b4810bde6947d576a7bcafa7bd6eedb6ad9ea6a (patch) | |
| tree | a01ba9e86050a41c627e913fd372cd5fc68b33a8 | |
| parent | c2df7d785ff63be7caf1471b80f971f77adc0412 (diff) | |
harpia: Consider lineage_harpia product via the AOSP way
Change-Id: Iab7b6c4d2817af88a133945df8fcc7fb964e35e9
| -rw-r--r-- | AndroidProducts.mk | 18 | ||||
| -rw-r--r-- | lineage_harpia.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..354c3a8 --- /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_harpia.mk + diff --git a/lineage.mk b/lineage_harpia.mk index 231970d..231970d 100644 --- a/lineage.mk +++ b/lineage_harpia.mk |
