diff options
| author | 2018-02-13 23:18:11 +0000 | |
|---|---|---|
| committer | 2018-02-13 23:18:11 +0000 | |
| commit | 05d08d808ddfa4d2489c9b8526a6731da8e9a068 (patch) | |
| tree | 595c2254044ca427d987394b97b19945cde359f0 | |
| parent | 00ba26dd7b04e8897ce3e248bfc8014e2f91a249 (diff) | |
| parent | f0048397a49e482bfc362f7e42cbacff948b82bd (diff) | |
Merge "Fix link-type check warnings for platformprotosnano"
| -rw-r--r-- | Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk index f4208207e146..3b8d6a8ae8e5 100644 --- a/Android.mk +++ b/Android.mk @@ -804,7 +804,7 @@ LOCAL_PROTOC_FLAGS := \ -Iexternal/protobuf/src LOCAL_PROTO_JAVA_OUTPUT_PARAMS := \ store_unknown_fields = true -LOCAL_JAVA_LIBRARIES := core-oj core-libart +LOCAL_SDK_VERSION := current LOCAL_SRC_FILES := \ $(call all-proto-files-under, core/proto) \ $(call all-proto-files-under, libs/incident/proto/android/os) |