1# This file contains system properties used on ravenwood. 2 3ro.is_on_ravenwood=1 4 5ro.board.first_api_level=1 6ro.product.first_api_level=1 7ro.soc.manufacturer=Android 8ro.soc.model=Ravenwood 9ro.debuggable=1 10 11persist.sys.locale=en-US 12ro.product.locale=en-US 13 14ro.hwui.max_texture_allocation_size=104857600 15 16# Allowlist control: 17# This set is carefully curated to help identify situations where a test may 18# accidentally depend on a default value of an obscure property whose owner hasn't 19# decided how Ravenwood should behave. 20 21boot.=$$$r 22build.=$$$r 23product.=$$$r 24soc.=$$$r 25system.=$$$r 26wm.debug.=$$$r 27wm.extensions.=$$$r 28 29gsm.version.baseband=$$$r 30no.such.thing=$$$r 31qemu.sf.lcd_density=$$$r 32ro.bootloader=$$$r 33ro.hardware=$$$r 34ro.hw_timeout_multiplier=$$$r 35ro.odm.build.media_performance_class=$$$r 36ro.sf.lcd_density=$$$r 37ro.treble.enabled=$$$r 38ro.vndk.version=$$$r 39ro.icu.data.path=$$$r 40 41# Writable keys 42debug.=$$$w 43 44# For PropertyInvalidatedCache 45cache_key.=$$$w 46 47# The ones starting with "ro.product" or "ro.build" will be copied to all "partitions" too. 48# See RavenwoodSystemProperties. 49ro.product.brand=Android 50ro.product.device=Ravenwood 51ro.product.manufacturer=Android 52ro.product.model=Ravenwood 53ro.product.name=Ravenwood 54ro.product.cpu.abilist=x86_64 55ro.product.cpu.abilist32= 56ro.product.cpu.abilist64=x86_64 57 58ro.build.date=Thu Jan 01 00:00:00 GMT 2024 59ro.build.date.utc=1704092400 60ro.build.id=MAIN 61ro.build.tags=dev-keys 62ro.build.type=userdebug 63ro.build.version.incremental=userdebug.ravenwood.20240101 64 65# These are what we used to use on Ravenwood, copied here as a reference. 66#ro.build.version.codename=REL 67#ro.build.version.all_codenames=REL 68#ro.build.version.known_codenames=REL 69#ro.build.version.release=14 70#ro.build.version.release_or_codename=VanillaIceCream 71#ro.build.version.sdk=34 72 73# We pull in the following values from the real build.prop file. 74ro.build.version.codename=$$$ro.build.version.codename 75ro.build.version.all_codenames=$$$ro.build.version.codename 76ro.build.version.known_codenames=$$$ro.build.version.codename 77ro.build.version.release=$$$ro.build.version.release 78ro.build.version.release_or_codename=$$$ro.build.version.release_or_codename 79ro.build.version.release_or_preview_display=$$$ro.build.version.release_or_preview_display 80ro.build.version.sdk=$$$ro.build.version.sdk 81ro.build.version.sdk_full=$$$ro.build.version.sdk_full 82