Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0735b4f9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Split *_product makefiles"

parents e7f12749 caa5e88d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,3 +18,4 @@
# up by partition.
$(call inherit-product, $(SRC_TARGET_DIR)/product/base_system.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/base_vendor.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/base_product.mk)
+19 −0
Original line number Diff line number Diff line
#
# Copyright (C) 2019 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.
#

# Base modules and settings for the product partition.
PRODUCT_PACKAGES += \
    healthd \
+0 −4
Original line number Diff line number Diff line
@@ -53,10 +53,6 @@ PRODUCT_PACKAGES += \
    vndservice \
    vndservicemanager \

# Base modules and settings for the product partition.
PRODUCT_PACKAGES += \
    healthd \

# VINTF data for vendor image
PRODUCT_PACKAGES += \
    device_manifest.xml \
+3 −2
Original line number Diff line number Diff line
@@ -18,11 +18,12 @@
# means most android products, but excludes wearables.
#
# Note: Do not add any contents directly to this file. Choose either
# media_system or media_vendor depending on partition (also consider
# base_<x>.mk or handheld_<x>.mk.
# media_<x> depending on partition also consider base_<x>.mk or
# handheld_<x>.mk.

$(call inherit-product, $(SRC_TARGET_DIR)/product/media_system.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/media_vendor.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/media_product.mk)

PRODUCT_BRAND := generic
PRODUCT_DEVICE := generic
+1 −2
Original line number Diff line number Diff line
@@ -28,5 +28,4 @@ PRODUCT_COPY_FILES := \
    frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml

$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_system.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_vendor.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony.mk)
Loading