Make public.libraries.android.txt available to filesystem

public.libraries.android.txt was not installable as it was used only
from microdroid. However, this module can also be used from system
image, as there is no difference from the content. This change marks the
module as no_full_install, so it can be installed in the system image
defined in Android.bp

Bug: 343357947
Test: AOSP CF build succeeded
Change-Id: I15fd47b173b5b718972a6ee18b3aecb58826909c
This commit is contained in:
Kiyoung Kim 2024-05-29 17:19:04 +09:00
parent c398bfd879
commit ed92eabfbb

View file

@ -62,7 +62,7 @@ prebuilt_etc {
name: "public.libraries.android.txt",
src: "etc/public.libraries.android.txt",
filename: "public.libraries.txt",
installable: false,
no_full_install: true,
}
// adb_debug.prop in debug ramdisk