diff options
| author | Patrick Tjin <pattjin@gmail.com> | 2016-01-27 20:57:31 -0800 |
|---|---|---|
| committer | Patrick Tjin <pattjin@gmail.com> | 2016-01-27 20:57:31 -0800 |
| commit | bfb913ee47d21dc53757d005530d40665ea3c439 (patch) | |
| tree | ff84e0d7ee6ae622aa0990b5d02265bfd2bba555 /aosp_sailfish.mk | |
| parent | 19134d0a57b828bb26b0404be72dda2fec02f10a (diff) | |
sailfish: add makefiles for sailfish
These are skeleton and copied from marlin, appropriate
changes still need to be made.
Change-Id: Ide112004b1b7a5c36a66faff8a3b49494c22f65a
Diffstat (limited to 'aosp_sailfish.mk')
| -rw-r--r-- | aosp_sailfish.mk | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/aosp_sailfish.mk b/aosp_sailfish.mk new file mode 100644 index 00000000..3a4835c4 --- /dev/null +++ b/aosp_sailfish.mk @@ -0,0 +1,35 @@ +# +# Copyright 2015 The Android Open Source 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. +# + +# Sample: This is where we'd set a backup provider if we had one +# $(call inherit-product, device/sample/products/backup_overlay.mk) + +# Inherit from the common Open Source product configuration +$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) +$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk) + +PRODUCT_NAME := aosp_sailfish +#PRODUCT_BRAND := Android +PRODUCT_MODEL := AOSP on msm8996 +PRODUCT_MANUFACTURER := HTC +PRODUCT_RESTRICT_VENDOR_FILES := true + +$(call inherit-product, device/htc/marlin/device-sailfish.mk) +$(call inherit-product-if-exists, vendor/htc/marlin/device-vendor.mk) + +PRODUCT_PACKAGES += \ + Launcher3 + |
