diff options
Diffstat (limited to 'Android.bp')
| -rw-r--r-- | Android.bp | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/Android.bp b/Android.bp index 68efd59d10f7..b6483a0e3dc4 100644 --- a/Android.bp +++ b/Android.bp @@ -327,7 +327,6 @@ java_defaults { "rs/java", "sax/java", "telecomm/java", - "wifi/aidl-export", ], }, } @@ -1030,22 +1029,6 @@ aidl_interface { }, } - -subdirs = [ - "cmds/*", - "core/*", - "libs/*", - "media/*", - "proto", - "tools/*", - "native/android", - "native/graphics/jni", -] - -optional_subdirs = [ - "core/tests/utiltests/jni", -] - // TODO(b/77285514): remove this once the last few hidl interfaces have been // updated to use hwbinder.stubs. java_library { @@ -1105,13 +1088,6 @@ python_binary_host { } filegroup { - name: "framework-annotation-nonnull-srcs", - srcs: [ - "core/java/android/annotation/NonNull.java", - ], -} - -filegroup { name: "framework-media-annotation-srcs", srcs: [ ":framework-annotations", |