2012-11-28 18:53:20 +01:00
|
|
|
#
|
|
|
|
# Copyright (C) 2012 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 is included by other product makefiles to add all the
|
2013-03-08 02:58:32 +01:00
|
|
|
# emulator-related modules to PRODUCT_PACKAGES.
|
2012-11-28 18:53:20 +01:00
|
|
|
#
|
|
|
|
|
2013-03-08 02:58:32 +01:00
|
|
|
# Device modules
|
2013-03-01 01:39:32 +01:00
|
|
|
PRODUCT_PACKAGES += \
|
2018-05-14 23:34:45 +02:00
|
|
|
CarrierConfig \
|
2017-05-26 19:26:15 +02:00
|
|
|
|
|
|
|
# need this for gles libraries to load properly
|
|
|
|
# after moving to /vendor/lib/
|
|
|
|
PRODUCT_PACKAGES += \
|
2017-10-25 14:02:42 +02:00
|
|
|
vndk-sp
|
2017-01-24 21:17:25 +01:00
|
|
|
|
2018-06-10 09:11:30 +02:00
|
|
|
# WiFi: system side
|
2017-02-10 07:28:47 +01:00
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
ip \
|
|
|
|
iw \
|
2017-08-31 21:58:53 +02:00
|
|
|
wificond \
|
2018-05-14 23:34:45 +02:00
|
|
|
|
2016-01-12 00:37:22 +01:00
|
|
|
|
2016-03-04 22:43:04 +01:00
|
|
|
PRODUCT_PACKAGE_OVERLAYS := device/generic/goldfish/overlay
|
|
|
|
|
2016-01-12 00:37:22 +01:00
|
|
|
PRODUCT_CHARACTERISTICS := emulator
|
2017-05-26 19:26:15 +02:00
|
|
|
|
|
|
|
PRODUCT_FULL_TREBLE_OVERRIDE := true
|
2017-12-14 06:29:26 +01:00
|
|
|
|
2018-06-10 09:11:30 +02:00
|
|
|
# goldfish vendor partition configurations
|
2018-06-15 01:08:47 +02:00
|
|
|
$(call inherit-product-if-exists, device/generic/goldfish/vendor.mk)
|
2018-06-10 09:11:30 +02:00
|
|
|
|
2017-12-14 06:29:26 +01:00
|
|
|
#watchdog tiggers reboot because location service is not
|
|
|
|
#responding, disble it for now.
|
|
|
|
#still keep it on internal master as it is still working
|
|
|
|
#once it is fixed in aosp, remove this block of comment.
|
2020-05-29 10:50:03 +02:00
|
|
|
#PRODUCT_VENDOR_PROPERTIES += \
|
2017-12-14 06:29:26 +01:00
|
|
|
#config.disable_location=true
|
2018-05-25 21:32:07 +02:00
|
|
|
|
|
|
|
# enable Google-specific location features,
|
|
|
|
# like NetworkLocationProvider and LocationCollector
|
2019-09-03 04:43:05 +02:00
|
|
|
PRODUCT_SYSTEM_EXT_PROPERTIES += \
|
2018-05-25 21:32:07 +02:00
|
|
|
ro.com.google.locationfeatures=1
|
|
|
|
|
|
|
|
# disable setupwizard
|
2019-09-03 04:43:05 +02:00
|
|
|
PRODUCT_SYSTEM_EXT_PROPERTIES += \
|
2018-05-25 21:32:07 +02:00
|
|
|
ro.setupwizard.mode=DISABLED
|