summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Paul Duffin <paulduffin@google.com> 2019-06-19 21:55:13 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2019-06-19 21:55:13 +0000
commit8475fc34a2144b947db4f1a1170a01809e83479d (patch)
tree197551fec5ef787c2a2d19e1eacda0ef71cdd649
parent734bd2137f508df3e58c24ef4e1dfba76d042e26 (diff)
parentd9792897c23eea20b013e879243b82d616e0142f (diff)
Merge "Replace no_framework_libs: true with sdk_version: "core_platform""
-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",