Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e63eb94 authored by y2mgopp7z9's avatar y2mgopp7z9
Browse files

add sdk_phone_x86_64 as a device

parent aef7109a
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
architecture: x86_64
codename: sdk_phone_x86_64
battery: N/A
maintainers: []
models: [x86_64]
name: Emulator image for x86_64 devices
available_in_murena_store: false
vendor: /e/
type: emulator
build_version_dev: T
is_lineageos_official: false
region: All
display_erecovery: false
ignore_troubleshooting_tips: true
install:
verified_boot:
- {vendor: 'Any vendor', supported: 'no'}
bootloader_relocking:
- {vendor: 'Any vendor', supported: 'no'}
safetynet:  0
rootbeer_pass:  0
+3 −1
Original line number Diff line number Diff line
{% if device.codename == "sdk_phone_x86_64" %} 
{% else %} 
{% assign guides_titles = guides_titles | push: "Command line" %}

{% capture install_content %}
@@ -8,4 +10,4 @@ For advanced users, installing /e/OS with Android platform tools.
{% capture install_link %}{{ site.baseurl | append: "/devices/" | append: device.codename | append: "/install" }}{% endcapture %}
{% assign guides_links = guides_links | push: install_link %}
{% capture build_link_label %}Install{% endcapture %}
{% assign guides_link_labels = guides_link_labels | push: build_link_label %}
{% assign guides_link_labels = guides_link_labels | push: build_link_label %} {% endif %}