Skip to content

Commit

Permalink
GUIDES: Switch to aarch64 base
Browse files Browse the repository at this point in the history
From now on we shall build aarch64 based Sailfish OS...
  • Loading branch information
JamiKettunen committed Mar 12, 2021
1 parent 920d2b8 commit 553d703
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ mka hybris-hal
**NOTE:** If this was your first time building the droid HAL side, the following needs to be also executed for working camera, video playback & recording etc; this shouldn't take very long:
```
echo "MINIMEDIA_AUDIOPOLICYSERVICE_ENABLE := 1" > external/droidmedia/env.mk
mka droidmedia libbiometry_fp_api_32
mka droidmedia libbiometry_fp_api
hybris/mw/sailfish-fpd-community/rpm/copy-hal.sh
```

Expand Down
4 changes: 2 additions & 2 deletions INITIAL-BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ To verify that the install(s) have succeeded, executing `sdk-assistant list` sho
```
PLATFORM_SDK $ sdk-assistant list
SailfishOS-4.0.1.48
|-oneplus-cheeseburger-armv7hl
`-oneplus-dumpling-armv7hl
|-oneplus-cheeseburger-aarch64
`-oneplus-dumpling-aarch64
```

## Setup the HABUILD SDK
Expand Down
2 changes: 1 addition & 1 deletion files/.hadk.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export PLATFORM_SDK_ROOT="/srv/mer"
export ANDROID_ROOT="$HOME/Sailfish/src"
export VENDOR="oneplus"
export DEVICE="cheeseburger"
export PORT_ARCH="armv7hl"
export PORT_ARCH="aarch64"

# If not running interactively, don't do anything else
[[ $- != *i* ]] && return
Expand Down

0 comments on commit 553d703

Please sign in to comment.