commit | b0db75d59c524d4b7f23a035565fd0f4e0d495ef | [log] [tgz] |
---|---|---|
author | Alexey Polyudov <apolyudov@google.com> | Wed Nov 08 19:20:12 2017 -0800 |
committer | Alexey Polyudov <apolyudov@google.com> | Wed Nov 08 19:20:12 2017 -0800 |
tree | 67942b565bd269df0b840f61d8c74a250f2df330 | |
parent | 9e87c6ab0bceee8ede00cf0b204cdddc2cc11c82 [diff] | |
parent | a740c0f3abcd76ad1a9b8f9750624d318cc4a79a [diff] |
Merge remote-tracking branch 'goog/qcom/release/LA.UM.6.3.R1.003751.1' Change-Id: I8efc408f00d10dee13f9992e4d51a35f7b763439
diff --git a/os_pickup.mk b/os_pickup.mk new file mode 100644 index 0000000..6103ffb --- /dev/null +++ b/os_pickup.mk
@@ -0,0 +1,4 @@ +ifeq ($(TARGET_BOARD_PLATFORM),sdm845) +LOCAL_PATH := $(call my-dir) +include $(call first-makefiles-under,$(LOCAL_PATH)) +endif