Skip to content
Snippets Groups Projects
Commit 354c69a1 authored by philippe coval's avatar philippe coval :speech_balloon:
Browse files

r-g/flutter-apps: Fix lib path in flutter-gallery

Fix homescreen in release mode

Relate-to: #3
Relate-to: https://booting.oniroproject.org/rzr/meta-oniro-blueprint-flutter/-/issues/3#note_24362
Relate-to: https://github.com/meta-flutter/meta-flutter/pull/123


Signed-off-by: default avatarPhilippe Coval <philippe.coval.ext@huawei.com>
parent 4e255efd
No related branches found
No related tags found
No related merge requests found
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
INSANE_SKIP:${PN} += " dev-so"
#FLUTTER_APPLICATION_INSTALL_PREFIX ??= ""
#PUBSPEC_APPNAME ??= "gallery"
#FLUTTER_INSTALL_DIR = "${datadir}${FLUTTER_APPLICATION_INSTALL_PREFIX}/${PUBSPEC_APPNAME}"
do_install:append() {
install -d ${D}${FLUTTER_INSTALL_DIR}/flutter_assets/
ln -s ../lib/libapp.so ${D}${FLUTTER_INSTALL_DIR}/flutter_assets/
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment