From ed92eabfbb15bbe6d9e6efe55edc57ef7eb5f6f1 Mon Sep 17 00:00:00 2001 From: Kiyoung Kim Date: Wed, 29 May 2024 17:19:04 +0900 Subject: [PATCH] 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 --- rootdir/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir/Android.bp b/rootdir/Android.bp index bd24f22f3..e8f7627f9 100644 --- a/rootdir/Android.bp +++ b/rootdir/Android.bp @@ -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