From 4545327294e195d7aecfe593de707cf3f288807d Mon Sep 17 00:00:00 2001 From: Sam Mortimer Date: Thu, 30 Aug 2018 15:24:31 -0700 Subject: [PATCH] lineage-sdk res: Set no_framework_libs true *) Don't depend on framework libs when building our org.lineageos.platform-res package (as per framework-res bp). *) It doesn't work out of the box because our resources refer to android: framework-res attributes (and compile fails). *) We can fix this in soong by making org.lineageos.platform-res depend on framework-res (see topic:pie-sdk-no-framework-libs). This allows us to build with no_framework_libs true. Change-Id: I426d44ef2521971adfc6b8ad33a7cc042b04e0e6 --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index 4dd62608..6fbd4dae 100644 --- a/Android.bp +++ b/Android.bp @@ -17,6 +17,7 @@ android_app { name: "org.lineageos.platform-res", certificate: "platform", + no_framework_libs: true, manifest: "lineage/res/AndroidManifest.xml", aaptflags: [