# # Copyright 2020 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. #
#### #### This file should be included at the top of the aosp_PHONE_car.mk file ####
# CarServiceHelperService accesses the hidden api in the system server.
SYSTEM_OPTIMIZE_JAVA := false
# Set Car Service RRO
PRODUCT_PACKAGES += CarServiceOverlayPhoneCar \
GOOGLE_CAR_SERVICE_OVERLAY += CarServiceOverlayPhoneCarGoogle
# All components inherited here go to system image # Skip this for 64 bit only devices ifneq ($(DEVICE_IS_64BIT_ONLY),true)
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) endif
$(call inherit-product, packages/services/Car/car_product/build/car_generic_system.mk)
# # All components inherited here go to system_ext image #
$(call inherit-product, packages/services/Car/car_product/build/car_system_ext.mk)
# # All components inherited here go to product image #
$(call inherit-product, packages/services/Car/car_product/build/car_product.mk)
# broadcast radio feature
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.broadcastradio.xml:system/etc/permissions/android.hardware.broadcastradio.xml
# Include EVS reference implementations
ENABLE_EVS_SAMPLE ?= true
# # All components inherited here go to vendor image # # TODO(b/136525499): move *_vendor.mk into the vendor makefile later
$(call inherit-product, packages/services/Car/car_product/build/car_vendor.mk) ifneq ($(TARGET_NO_TELEPHONY), true)
$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_vendor.mk) endif
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.11 Sekunden
(vorverarbeitet am 2026-06-27)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.