Bruce Beare | ba366c4 | 2011-02-15 16:46:08 -0800 | [diff] [blame] | 1 | # |
| 2 | # Copyright (C) 2009 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 | # This is a build configuration for the product aspects that |
| 18 | # are specific to the emulator. |
| 19 | |
Vladimir Chtchetkine | 78305ea | 2011-04-01 08:24:25 -0700 | [diff] [blame] | 20 | LOCAL_PATH := $(call my-dir) |
| 21 | |
Bruce Beare | ba366c4 | 2011-02-15 16:46:08 -0800 | [diff] [blame] | 22 | PRODUCT_PROPERTY_OVERRIDES := \ |
| 23 | ro.ril.hsxpa=1 \ |
Vladimir Chtchetkine | e6b969f | 2011-12-13 11:31:54 -0800 | [diff] [blame] | 24 | ro.ril.gprsclass=10 \ |
| 25 | ro.adb.qemud=1 |
Bruce Beare | ba366c4 | 2011-02-15 16:46:08 -0800 | [diff] [blame] | 26 | |
Jean-Baptiste Queru | 5ea72ef | 2012-01-06 16:44:06 -0800 | [diff] [blame] | 27 | LOCAL_KERNEL := prebuilts/qemu-kernel/x86/kernel-vbox |
Vladimir Chtchetkine | 78305ea | 2011-04-01 08:24:25 -0700 | [diff] [blame] | 28 | |
Bruce Beare | ba366c4 | 2011-02-15 16:46:08 -0800 | [diff] [blame] | 29 | PRODUCT_COPY_FILES := \ |
Keun young Park | e581d86 | 2012-05-30 16:32:30 -0700 | [diff] [blame] | 30 | device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \ |
keunyoung | fe30957 | 2013-03-08 12:54:36 -0800 | [diff] [blame] | 31 | device/generic/goldfish/camera/media_profiles.xml:system/etc/media_profiles.xml \ |
| 32 | device/generic/goldfish/camera/media_codecs.xml:system/etc/media_codecs.xml \ |
Vladimir Chtchetkine | 2aced2d | 2011-04-05 17:28:43 -0700 | [diff] [blame] | 33 | build/target/board/vbox_x86/init.vbox_x86.rc:root/init.vbox_x86.rc \ |
Vladimir Chtchetkine | cd4801a | 2011-04-04 09:48:48 -0700 | [diff] [blame] | 34 | $(LOCAL_KERNEL):kernel |
Iliyan Malchev | ce7d34c | 2012-04-03 13:06:15 -0700 | [diff] [blame] | 35 | |
| 36 | $(call inherit-product, frameworks/native/build/phone-xhdpi-1024-dalvik-heap.mk) |