summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-11-26 23:44:41 -0800
committerSunny Goyal <sunnygoyal@google.com>2018-11-27 23:20:32 +0000
commit4276e7b649ad2bf670880ad5915000b4b282884c (patch)
treefe15a585f5dbf1b0908eae3f085daf1e48b5406d /Android.mk
parent4a5bc9f8b0123dc82438f83d4c440db2da2ca242 (diff)
downloadandroid_packages_apps_Trebuchet-4276e7b649ad2bf670880ad5915000b4b282884c.tar.gz
android_packages_apps_Trebuchet-4276e7b649ad2bf670880ad5915000b4b282884c.tar.bz2
android_packages_apps_Trebuchet-4276e7b649ad2bf670880ad5915000b4b282884c.zip
Moving autority definition to a separate file, so
that it can be easily customized using android studio Change-Id: I17f4f4511c2af5d382727769d1b74413f233d500 Bug: 120079798
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index d9e464116..e5a712f19 100644
--- a/Android.mk
+++ b/Android.mk
@@ -82,7 +82,8 @@ LOCAL_STATIC_JAVA_LIBRARIES := LauncherPluginLib
LOCAL_SRC_FILES := \
$(call all-proto-files-under, protos) \
- $(call all-proto-files-under, proto_overrides)
+ $(call all-proto-files-under, proto_overrides) \
+ $(call all-java-files-under, src_build_config) \
LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res