diff options
author | 2025-03-08 20:44:34 +0200 | |
---|---|---|
committer | 2025-03-09 12:22:30 +0100 | |
commit | 137fab4a317a4919e81beba9bb702f48d8fd96bb (patch) | |
tree | 3d863441f7daabda749fed5c30cfdca19f198b49 /android/neverallow.go | |
parent | 3639838f5e5700774f251ef8a2324015d3b1ad77 (diff) |
Add <partition>/radio support to fsgen
Test: m on qualcomm device with
PRODUCT_COPY_FILES += \
qcril.db:$(TARGET_COPY_OUT_VENDOR)/radio/qcril_database/qcril.db
Change-Id: I2fa887eef21a8d554f27add6b63da31b53931003
Diffstat (limited to 'android/neverallow.go')
-rw-r--r-- | android/neverallow.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/neverallow.go b/android/neverallow.go index 8995a0ffe..8a3129fd8 100644 --- a/android/neverallow.go +++ b/android/neverallow.go @@ -378,6 +378,7 @@ func createPrebuiltEtcBpDefineRule() Rule { "prebuilt_sbin", "prebuilt_system", "prebuilt_first_stage_ramdisk", + "prebuilt_radio", ). DefinedInBpFile(). Because("module type not allowed to be defined in bp file") |