Matt Pape abb6789b7b Add binder implementation to support device config shell commands from the
command line.

Test: atest SettingsProviderTest:DeviceConfigServiceTest
      Further tested manually from the command line
Bug:109919982
Bug:113101834

Change-Id: I62da11f8be9d24a2e304c10592d689ae007eb7ec
2018-12-09 00:35:04 +00:00

11 lines
255 B
Makefile

# Copyright 2018 The Android Open Source Project
#
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := device_config
LOCAL_SRC_FILES := device_config
LOCAL_MODULE_CLASS := EXECUTABLES
LOCAL_MODULE_TAGS := optional
include $(BUILD_PREBUILT)