summaryrefslogtreecommitdiff
path: root/ravenwood/texts/ravenwood-build.prop
blob: 512b459113da47c9c1f1177c7d33d78d26a23a2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# This file contains system properties used on ravenwood.

ro.is_on_ravenwood=1

ro.board.first_api_level=1
ro.product.first_api_level=1
ro.soc.manufacturer=Android
ro.soc.model=Ravenwood
ro.debuggable=1

persist.sys.locale=en-US
ro.product.locale=en-US

ro.hwui.max_texture_allocation_size=104857600

# Allowlist control:
# This set is carefully curated to help identify situations where a test may
# accidentally depend on a default value of an obscure property whose owner hasn't
# decided how Ravenwood should behave.

boot.=$$$r
build.=$$$r
product.=$$$r
soc.=$$$r
system.=$$$r
wm.debug.=$$$r
wm.extensions.=$$$r

gsm.version.baseband=$$$r
no.such.thing=$$$r
qemu.sf.lcd_density=$$$r
ro.bootloader=$$$r
ro.hardware=$$$r
ro.hw_timeout_multiplier=$$$r
ro.odm.build.media_performance_class=$$$r
ro.sf.lcd_density=$$$r
ro.treble.enabled=$$$r
ro.vndk.version=$$$r
ro.icu.data.path=$$$r

# Writable keys
debug.=$$$w

# For PropertyInvalidatedCache
cache_key.=$$$w

# The ones starting with "ro.product" or "ro.build" will be copied to all "partitions" too.
# See RavenwoodSystemProperties.
ro.product.brand=Android
ro.product.device=Ravenwood
ro.product.manufacturer=Android
ro.product.model=Ravenwood
ro.product.name=Ravenwood
ro.product.cpu.abilist=x86_64
ro.product.cpu.abilist32=
ro.product.cpu.abilist64=x86_64

ro.build.date=Thu Jan 01 00:00:00 GMT 2024
ro.build.date.utc=1704092400
ro.build.id=MAIN
ro.build.tags=dev-keys
ro.build.type=userdebug
ro.build.version.incremental=userdebug.ravenwood.20240101

# These are what we used to use on Ravenwood, copied here as a reference.
#ro.build.version.codename=REL
#ro.build.version.all_codenames=REL
#ro.build.version.known_codenames=REL
#ro.build.version.release=14
#ro.build.version.release_or_codename=VanillaIceCream
#ro.build.version.sdk=34

# We pull in the following values from the real build.prop file.
ro.build.version.codename=$$$ro.build.version.codename
ro.build.version.all_codenames=$$$ro.build.version.codename
ro.build.version.known_codenames=$$$ro.build.version.codename
ro.build.version.release=$$$ro.build.version.release
ro.build.version.release_or_codename=$$$ro.build.version.release_or_codename
ro.build.version.release_or_preview_display=$$$ro.build.version.release_or_preview_display
ro.build.version.sdk=$$$ro.build.version.sdk
ro.build.version.sdk_full=$$$ro.build.version.sdk_full