diff options
| author | Bruno Martins <bgcngm@gmail.com> | 2018-08-10 14:21:40 +0100 |
|---|---|---|
| committer | Julian Veit <claymore1298@gmail.com> | 2018-09-30 22:54:39 +0200 |
| commit | 520684fcaab201402014510d26e2199b90e4bdb5 (patch) | |
| tree | ba86f445ebc3cfa5688363151e0f243389429da4 | |
| parent | 0b20c6b871bb35711f63f7a9b4e621abf8561efa (diff) | |
himawl: Consider lineage_himawl product via the AOSP way
Change-Id: I5b8cee6fc2b8c9bd5ecc684bd7864671e721e59f
| -rw-r--r-- | AndroidProducts.mk | 17 | ||||
| -rw-r--r-- | aicp_himawl.mk (renamed from aicp.mk) | 0 |
2 files changed, 17 insertions, 0 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk new file mode 100644 index 0000000..4b07cc9 --- /dev/null +++ b/AndroidProducts.mk @@ -0,0 +1,17 @@ +# +# 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)/aicp_himawl.mk |
