hardware_motorola/Android.bp
Michael Bestas 3c7aad41aa
motorola: Abuse symlinks to generate fsg mount point
Change-Id: Ifed99fe5a0e8e520fd792c53550f6f8ba8007f67
2025-01-13 14:46:52 +02:00

12 lines
233 B
Plaintext

//
// 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",
}