From 525443aa22641c57c1fac269ddba8bf869266c5f Mon Sep 17 00:00:00 2001 From: Jaewoong Jung Date: Thu, 28 Feb 2019 15:35:54 -0800 Subject: Add override_android_app module type. This is a new implementation of overriding module types that makes use of local variants. With this, product owners can use PRODUCT_PACKAGES to decide which override module to include in their products. Bug: 122957760 Bug: 123640028 Test: app_test.go Change-Id: Ie65e97f615d006b6e9475193b6017ea9d97e8e97 --- Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index 84ac82fb..7465341b 100644 --- a/Android.bp +++ b/Android.bp @@ -55,6 +55,7 @@ bootstrap_go_package { "android/namespace.go", "android/neverallow.go", "android/onceper.go", + "android/override_module.go", "android/package_ctx.go", "android/path_properties.go", "android/paths.go", -- cgit v1.2.3