aboutsummaryrefslogtreecommitdiff
path: root/host/commands/config_server/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'host/commands/config_server/Android.bp')
-rw-r--r--host/commands/config_server/Android.bp12
1 files changed, 3 insertions, 9 deletions
diff --git a/host/commands/config_server/Android.bp b/host/commands/config_server/Android.bp
index b567bd902..08dc1fd35 100644
--- a/host/commands/config_server/Android.bp
+++ b/host/commands/config_server/Android.bp
@@ -13,11 +13,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-package {
- default_applicable_licenses: ["Android-Apache-2.0"],
-}
-
-cc_binary {
+cc_binary_host {
name: "config_server",
srcs: [
"main.cpp",
@@ -25,16 +21,14 @@ cc_binary {
shared_libs: [
"libbase",
"libcuttlefish_fs",
- "libjsoncpp",
"liblog",
"libcuttlefish_utils",
"libcuttlefish_device_config",
- "libcuttlefish_device_config_proto",
- "libprotobuf-cpp-full"
],
static_libs: [
"libcuttlefish_host_config",
"libgflags",
+ "libjsoncpp",
],
- defaults: ["cuttlefish_host"],
+ defaults: ["cuttlefish_host_only"],
}