blob: 2bb96b92c76473fdb3d2120966efeef0644745dc [file] [log] [blame]
Bruce Beareba366c42011-02-15 16:46:08 -08001#
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 Chtchetkine78305ea2011-04-01 08:24:25 -070020LOCAL_PATH := $(call my-dir)
21
Bruce Beareba366c42011-02-15 16:46:08 -080022PRODUCT_PROPERTY_OVERRIDES := \
23 ro.ril.hsxpa=1 \
Vladimir Chtchetkinee6b969f2011-12-13 11:31:54 -080024 ro.ril.gprsclass=10 \
25 ro.adb.qemud=1
Bruce Beareba366c42011-02-15 16:46:08 -080026
Jean-Baptiste Queru5ea72ef2012-01-06 16:44:06 -080027LOCAL_KERNEL := prebuilts/qemu-kernel/x86/kernel-vbox
Vladimir Chtchetkine78305ea2011-04-01 08:24:25 -070028
Bruce Beareba366c42011-02-15 16:46:08 -080029PRODUCT_COPY_FILES := \
Keun young Parke581d862012-05-30 16:32:30 -070030 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
keunyoungfe309572013-03-08 12:54:36 -080031 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 \
Iliyan Malchevce7d34c2012-04-03 13:06:15 -070033 system/core/rootdir/init.rc:root/init.rc \
Vladimir Chtchetkine2aced2d2011-04-05 17:28:43 -070034 build/target/board/vbox_x86/init.vbox_x86.rc:root/init.vbox_x86.rc \
Vladimir Chtchetkinecd4801a2011-04-04 09:48:48 -070035 $(LOCAL_KERNEL):kernel
Iliyan Malchevce7d34c2012-04-03 13:06:15 -070036
37$(call inherit-product, frameworks/native/build/phone-xhdpi-1024-dalvik-heap.mk)