command line. Test: atest SettingsProviderTest:DeviceConfigServiceTest Further tested manually from the command line Bug:109919982 Bug:113101834 Change-Id: I62da11f8be9d24a2e304c10592d689ae007eb7ec
11 lines
255 B
Makefile
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)
|