commit | e96e7c4de43277faa15f59578f86da349fb0f221 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Fri Mar 04 14:48:29 2022 +0900 |
committer | Tyler Wear <quic_twear@quicinc.com> | Fri Mar 04 15:34:46 2022 -0800 |
tree | acd6d5d74c088b7723cd0d3ceb023bff2e13ef79 | |
parent | 5906c8b290ee1f3d4c097e3a39c411ba9b83009a [diff] [blame] |
Add stub NearbyService The stub allows building the module before NearbyService is fully implemented in all branches. Bug: 189355156 Test: m Merged-In: I7e280495f1eefada0939dad2ce7f47f45885ad66 Change-Id: I5c0c7f7a58946e0ff0902a17ca1dc33863519cf9
diff --git a/nearby/Android.bp b/nearby/Android.bp index baa0740..b968f5d 100644 --- a/nearby/Android.bp +++ b/nearby/Android.bp
@@ -31,7 +31,7 @@ java_library { name: "service-nearby", - srcs: [], + srcs: ["service-src/**/*.java"], sdk_version: "module_current", min_sdk_version: "30", apex_available: ["com.android.tethering"],