1package( 2 default_visibility = ["//visibility:public"], 3 licenses = ["notice"], 4) 5 6# It is necessary to use this filegroup rather than globbing the files in this 7# folder directly the examples/android:tensorflow_demo target due to the fact 8# that assets_dir is necessarily set to "" there (to allow using other 9# arbitrary targets as assets). 10filegroup( 11 name = "asset_files", 12 srcs = glob( 13 ["**/*"], 14 exclude = ["BUILD"], 15 ), 16) 17