diff options
Diffstat (limited to 'android/Android.bp')
-rw-r--r-- | android/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/Android.bp b/android/Android.bp index f130d3aee..9ce8cdcd2 100644 --- a/android/Android.bp +++ b/android/Android.bp @@ -41,6 +41,7 @@ bootstrap_go_package { "buildinfo_prop.go", "config.go", "test_config.go", + "configurable_properties.go", "configured_jars.go", "csuite_config.go", "deapexer.go", @@ -60,6 +61,7 @@ bootstrap_go_package { "license_metadata.go", "license_sdk_member.go", "licenses.go", + "logtags.go", "makevars.go", "metrics.go", "module.go", |