1# Copyright (C) 2013 The Android Open Source Project 2# 3# Licensed under the Apache License, Version 2.0 (the "License"); 4# you may not use this file except in compliance with the License. 5# You may obtain a copy of the License at 6# 7# http://www.apache.org/licenses/LICENSE-2.0 8# 9# Unless required by applicable law or agreed to in writing, software 10# distributed under the License is distributed on an "AS IS" BASIS, 11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12# See the License for the specific language governing permissions and 13# limitations under the License. 14 15PRODUCT_BRAND := mini 16PRODUCT_DEVICE := mini 17PRODUCT_NAME := mini 18 19# add all configurations 20PRODUCT_AAPT_CONFIG := normal ldpi mdpi hdpi xhdpi xxhdpi 21PRODUCT_AAPT_PREF_CONFIG := hdpi 22 23# en_US only 24PRODUCT_LOCALES := en_US 25 26PRODUCT_PACKAGES += \ 27 Bluetooth \ 28 FusedLocation \ 29 InputDevices \ 30 Keyguard \ 31 LatinIME \ 32 Phone \ 33 PrintSpooler \ 34 Provision \ 35 Settings \ 36 SystemUI \ 37 TeleService \ 38 TestingCamera \ 39 WAPPushManager \ 40 apache-xml \ 41 audio \ 42 audio_policy.default \ 43 audio.primary.default \ 44 bouncycastle \ 45 cacerts \ 46 com.android.future.usb.accessory \ 47 conscrypt \ 48 core \ 49 core-junit \ 50 dalvikvm \ 51 dexdeps \ 52 dexdump \ 53 dexlist \ 54 dexopt \ 55 dmtracedump \ 56 dx \ 57 ext \ 58 hostapd \ 59 hprof-conv \ 60 libcrypto \ 61 libdvm \ 62 libexpat \ 63 libicui18n \ 64 libicuuc \ 65 libjavacore \ 66 libnativehelper \ 67 librs_jni \ 68 libssl \ 69 libvideoeditor_core \ 70 libvideoeditor_jni \ 71 libvideoeditor_osal \ 72 libvideoeditorplayer \ 73 libvideoeditor_videofilters \ 74 libz \ 75 lint \ 76 local_time.default \ 77 network \ 78 okhttp \ 79 pand \ 80 power.default \ 81 sdptool \ 82 wpa_supplicant.conf 83 84# This is not necessary for mini, but is for mini-emulator as it should 85# be included in platform.zip 86PRODUCT_PACKAGES += camera.goldfish.jpeg 87 88PRODUCT_COPY_FILES += \ 89 frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf \ 90 frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \ 91 frameworks/native/data/etc/android.hardware.sensor.barometer.xml:system/etc/permissions/android.hardware.sensor.barometer.xml \ 92 frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \ 93 frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \ 94 frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \ 95 frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \ 96 97PRODUCT_PROPERTY_OVERRIDES += \ 98 ro.carrier=unknown \ 99 ro.com.android.dateformat=MM-dd-yyyy \ 100 ro.config.ringtone=Ring_Synth_04.ogg \ 101 ro.config.notification_sound=pixiedust.ogg 102 103$(call inherit-product, build/target/product/core_base.mk) 104$(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk) 105$(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk) 106$(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk) 107$(call inherit-product-if-exists, frameworks/base/data/sounds/AudioPackage5.mk) 108 109