diff options
Diffstat (limited to 'filesystem/Android.bp')
-rw-r--r-- | filesystem/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/filesystem/Android.bp b/filesystem/Android.bp index 127faa75f..cb76df2d9 100644 --- a/filesystem/Android.bp +++ b/filesystem/Android.bp @@ -17,6 +17,7 @@ bootstrap_go_package { srcs: [ "aconfig_files.go", "android_device.go", + "android_device_product_out.go", "avb_add_hash_footer.go", "avb_gen_vbmeta_image.go", "bootimg.go", @@ -27,6 +28,7 @@ bootstrap_go_package { "raw_binary.go", "super_image.go", "system_image.go", + "system_other.go", "vbmeta.go", "testing.go", ], |