summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorRemi NGUYEN VAN <reminv@google.com>2020-02-15 04:36:06 +0900
committermarkchien <markchien@google.com>2020-02-17 15:05:04 +0800
commit44e8ebf8840918ddb1da4c70217c5ba634fea687 (patch)
tree2e1ce89ef83da4778ea7c64a3bce8dc5a659eaab /Android.bp
parent322f8e03834b8c1f830b35346419d3c36896a45d (diff)
downloadplatform_packages_modules_NetworkStack-44e8ebf8840918ddb1da4c70217c5ba634fea687.tar.gz
platform_packages_modules_NetworkStack-44e8ebf8840918ddb1da4c70217c5ba634fea687.tar.bz2
platform_packages_modules_NetworkStack-44e8ebf8840918ddb1da4c70217c5ba634fea687.zip
Reorganize NetworkStack common srcs
This specifies the exact set of files in NetworkStack that are used in frameworks/base/services/net. It will allow us to add other files to the directory without exposing them to services/net (which would make it harder to remove all services.net dependencies on NetworkStack). Test: m Change-Id: I6abee79523d04c0c3f9ed3e96b1dd9cb37dc4cc3
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index df53ccb8..38ed9177 100644
--- a/Android.bp
+++ b/Android.bp
@@ -60,7 +60,7 @@ filegroup {
"apishim/common/**/*.java",
"apishim/29/**/*.java",
"apishim/30/**/*.java",
- ":net-module-utils-srcs",
+ ":networkstack-module-utils-srcs",
],
}
@@ -71,7 +71,7 @@ filegroup {
srcs: [
"apishim/common/**/*.java",
"apishim/29/**/*.java",
- ":net-module-utils-srcs",
+ ":networkstack-module-utils-srcs",
],
}