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:
parent
c398bfd879
commit
ed92eabfbb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue