motorola: Abuse symlinks to generate fsg mount point

Change-Id: Ifed99fe5a0e8e520fd792c53550f6f8ba8007f67
This commit is contained in:
Michael Bestas 2025-01-13 14:46:52 +02:00
parent e144809011
commit 3c7aad41aa
No known key found for this signature in database

11
Android.bp Normal file
View File

@ -0,0 +1,11 @@
//
// Copyright (C) 2025 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
install_symlink {
name: "vendor_fsg_mountpoint",
vendor: true,
installed_location: "fsg/.keep",
symlink_target: "/dev/null",
}