summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Paul Duffin <paulduffin@google.com> 2019-06-19 15:40:13 -0700
committer android-build-merger <android-build-merger@google.com> 2019-06-19 15:40:13 -0700
commit14492fe6743f1950b6f8458c237a7ab3083f10b0 (patch)
tree197551fec5ef787c2a2d19e1eacda0ef71cdd649
parent260882bbdbe4e8b17e32d6f481baf5e92effe1fd (diff)
parent8475fc34a2144b947db4f1a1170a01809e83479d (diff)
Merge "Replace no_framework_libs: true with sdk_version: "core_platform""
am: 8475fc34a2 Change-Id: I30eefb3e46f371c514ea61950a907db0600dc44f
-rw-r--r--services/surfaceflinger/layerproto/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/layerproto/Android.bp b/services/surfaceflinger/layerproto/Android.bp
index ac147fe182..172f5acdef 100644
--- a/services/surfaceflinger/layerproto/Android.bp
+++ b/services/surfaceflinger/layerproto/Android.bp
@@ -43,7 +43,7 @@ java_library_static {
type: "nano",
},
srcs: ["*.proto"],
- no_framework_libs: true,
+ sdk_version: "core_platform",
target: {
android: {
jarjar_rules: "jarjar-rules.txt",