Ying Wang | 1f371a1 | 2014-07-18 15:36:30 -0700 | [diff] [blame] | 1 | # |
| 2 | # Copyright (C) 2007 The Android Open Source Project |
| 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | # |
| 16 | |
| 17 | PRODUCT_PROPERTY_OVERRIDES := |
| 18 | |
| 19 | PRODUCT_PACKAGES := \ |
| 20 | ApiDemos \ |
| 21 | CubeLiveWallpapers \ |
| 22 | CustomLocale \ |
| 23 | Development \ |
Ying Wang | 1f371a1 | 2014-07-18 15:36:30 -0700 | [diff] [blame] | 24 | Dialer \ |
| 25 | EmulatorSmokeTests \ |
| 26 | Fallback \ |
| 27 | Gallery \ |
| 28 | GestureBuilder \ |
bohu | 9b2323e | 2015-05-22 15:05:12 -0700 | [diff] [blame] | 29 | Launcher3 \ |
Ying Wang | 1f371a1 | 2014-07-18 15:36:30 -0700 | [diff] [blame] | 30 | LegacyCamera \ |
| 31 | librs_jni \ |
| 32 | libwnndict \ |
| 33 | libWnnEngDic \ |
| 34 | libWnnJpnDic \ |
| 35 | LiveWallpapersPicker \ |
Mike Dodd | 018500e | 2015-08-12 18:48:45 +0000 | [diff] [blame] | 36 | Mms \ |
Ying Wang | 1f371a1 | 2014-07-18 15:36:30 -0700 | [diff] [blame] | 37 | Music \ |
| 38 | OpenWnn \ |
Ying Wang | 1f371a1 | 2014-07-18 15:36:30 -0700 | [diff] [blame] | 39 | Protips \ |
| 40 | rild \ |
| 41 | SdkSetup \ |
| 42 | SmokeTest \ |
| 43 | SmokeTestApp \ |
| 44 | SoftKeyboard \ |
| 45 | sqlite3 \ |
| 46 | SystemUI \ |
Dan Sandler | 26c4ef4 | 2016-06-25 10:54:39 -0400 | [diff] [blame] | 47 | EasterEgg \ |
Ying Wang | 1f371a1 | 2014-07-18 15:36:30 -0700 | [diff] [blame] | 48 | WidgetPreview |
| 49 | |
| 50 | # Define the host tools and libs that are parts of the SDK. |
| 51 | -include sdk/build/product_sdk.mk |
| 52 | -include development/build/product_sdk.mk |
| 53 | |
| 54 | # audio libraries. |
| 55 | PRODUCT_PACKAGES += \ |
| 56 | audio.primary.goldfish \ |
| 57 | audio_policy.default \ |
| 58 | local_time.default |
| 59 | |
| 60 | PRODUCT_PACKAGE_OVERLAYS := development/sdk_overlay |
| 61 | |
| 62 | PRODUCT_COPY_FILES := \ |
| 63 | device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \ |
Lingfeng Yang | ae74914 | 2016-02-05 10:40:21 -0800 | [diff] [blame] | 64 | device/sample/etc/old-apns-conf.xml:system/etc/old-apns-conf.xml \ |
Ying Wang | 1f371a1 | 2014-07-18 15:36:30 -0700 | [diff] [blame] | 65 | frameworks/base/data/sounds/effects/camera_click.ogg:system/media/audio/ui/camera_click.ogg \ |
| 66 | frameworks/base/data/sounds/effects/VideoRecord.ogg:system/media/audio/ui/VideoRecord.ogg \ |
Chien-Yu Chen | 05f47b7 | 2015-11-13 17:24:55 -0800 | [diff] [blame] | 67 | frameworks/base/data/sounds/effects/VideoStop.ogg:system/media/audio/ui/VideoStop.ogg \ |
bohu | ed6b635 | 2015-05-22 15:38:13 -0700 | [diff] [blame] | 68 | device/generic/goldfish/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \ |
Ying Wang | 1f371a1 | 2014-07-18 15:36:30 -0700 | [diff] [blame] | 69 | device/generic/goldfish/camera/media_profiles.xml:system/etc/media_profiles.xml \ |
| 70 | frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:system/etc/media_codecs_google_audio.xml \ |
| 71 | frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:system/etc/media_codecs_google_telephony.xml \ |
| 72 | frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/etc/media_codecs_google_video.xml \ |
| 73 | device/generic/goldfish/camera/media_codecs.xml:system/etc/media_codecs.xml \ |
| 74 | frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \ |
| 75 | frameworks/native/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml \ |
bohu | 08ddb47 | 2016-02-23 16:28:26 -0800 | [diff] [blame] | 76 | frameworks/native/data/etc/android.hardware.fingerprint.xml:system/etc/permissions/android.hardware.fingerprint.xml \ |
Ying Wang | 1f371a1 | 2014-07-18 15:36:30 -0700 | [diff] [blame] | 77 | frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf \ |
| 78 | hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf |
| 79 | |
| 80 | include $(SRC_TARGET_DIR)/product/emulator.mk |
| 81 | |
| 82 | $(call inherit-product-if-exists, frameworks/base/data/sounds/AllAudio.mk) |
| 83 | $(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk) |
| 84 | $(call inherit-product-if-exists, external/google-fonts/dancing-script/fonts.mk) |
| 85 | $(call inherit-product-if-exists, external/google-fonts/carrois-gothic-sc/fonts.mk) |
| 86 | $(call inherit-product-if-exists, external/google-fonts/coming-soon/fonts.mk) |
Alan Viverette | 6444212 | 2014-10-10 12:48:34 -0700 | [diff] [blame] | 87 | $(call inherit-product-if-exists, external/google-fonts/cutive-mono/fonts.mk) |
Ying Wang | 1f371a1 | 2014-07-18 15:36:30 -0700 | [diff] [blame] | 88 | $(call inherit-product-if-exists, external/noto-fonts/fonts.mk) |
| 89 | $(call inherit-product-if-exists, external/naver-fonts/fonts.mk) |
Roozbeh Pournader | 3ab85e4 | 2015-02-25 16:39:22 -0800 | [diff] [blame] | 90 | $(call inherit-product-if-exists, external/roboto-fonts/fonts.mk) |
Ying Wang | 1f371a1 | 2014-07-18 15:36:30 -0700 | [diff] [blame] | 91 | $(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk) |
| 92 | $(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk) |
| 93 | $(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk) |
| 94 | |
| 95 | # include available languages for TTS in the system image |
| 96 | -include external/svox/pico/lang/PicoLangDeDeInSystem.mk |
| 97 | -include external/svox/pico/lang/PicoLangEnGBInSystem.mk |
| 98 | -include external/svox/pico/lang/PicoLangEnUsInSystem.mk |
| 99 | -include external/svox/pico/lang/PicoLangEsEsInSystem.mk |
| 100 | -include external/svox/pico/lang/PicoLangFrFrInSystem.mk |
| 101 | -include external/svox/pico/lang/PicoLangItItInSystem.mk |
| 102 | |
Adam Lesinski | 83ee6d7 | 2014-12-02 16:13:09 -0800 | [diff] [blame] | 103 | # locale. en_US is both first and in alphabetical order to |
Ying Wang | 1f371a1 | 2014-07-18 15:36:30 -0700 | [diff] [blame] | 104 | # ensure this is the default locale. |
| 105 | PRODUCT_LOCALES := \ |
| 106 | en_US \ |
Ying Wang | 1f371a1 | 2014-07-18 15:36:30 -0700 | [diff] [blame] | 107 | ar_EG \ |
| 108 | ar_IL \ |
| 109 | bg_BG \ |
| 110 | ca_ES \ |
| 111 | cs_CZ \ |
| 112 | da_DK \ |
| 113 | de_AT \ |
| 114 | de_CH \ |
| 115 | de_DE \ |
| 116 | de_LI \ |
| 117 | el_GR \ |
| 118 | en_AU \ |
| 119 | en_CA \ |
| 120 | en_GB \ |
| 121 | en_IE \ |
| 122 | en_IN \ |
| 123 | en_NZ \ |
| 124 | en_SG \ |
| 125 | en_US \ |
| 126 | en_ZA \ |
| 127 | es_ES \ |
| 128 | es_US \ |
| 129 | fi_FI \ |
| 130 | fr_BE \ |
| 131 | fr_CA \ |
| 132 | fr_CH \ |
| 133 | fr_FR \ |
| 134 | he_IL \ |
| 135 | hi_IN \ |
| 136 | hr_HR \ |
| 137 | hu_HU \ |
| 138 | id_ID \ |
| 139 | it_CH \ |
| 140 | it_IT \ |
| 141 | ja_JP \ |
| 142 | ko_KR \ |
| 143 | lt_LT \ |
| 144 | lv_LV \ |
| 145 | nb_NO \ |
| 146 | nl_BE \ |
| 147 | nl_NL \ |
| 148 | pl_PL \ |
| 149 | pt_BR \ |
| 150 | pt_PT \ |
| 151 | ro_RO \ |
| 152 | ru_RU \ |
| 153 | sk_SK \ |
| 154 | sl_SI \ |
| 155 | sr_RS \ |
| 156 | sv_SE \ |
| 157 | th_TH \ |
| 158 | tl_PH \ |
| 159 | tr_TR \ |
| 160 | uk_UA \ |
| 161 | vi_VN \ |
| 162 | zh_CN \ |
| 163 | zh_TW |