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
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
android_app {
|
||||
name: "org.lineageos.platform-res",
|
||||
certificate: "platform",
|
||||
no_framework_libs: true,
|
||||
manifest: "lineage/res/AndroidManifest.xml",
|
||||
|
||||
aaptflags: [
|
||||
|
||||
Reference in New Issue
Block a user