summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorCody Schuffelen <schuffelen@google.com>2018-11-26 17:01:40 -0800
committerandroid-build-merger <android-build-merger@google.com>2018-11-26 17:01:40 -0800
commit062cea8d03c150cc9f202dc9d2c3eacd98181342 (patch)
tree6a369818059bf877f7cc3ca639b80c034b5a6f05 /Android.bp
parent0af0a2c579c8368291c8d2b78a84e353442bf010 (diff)
parent6f55538523e60c9a06348729fe4a5d92b4213f35 (diff)
downloaddevice_generic_opengl-transport-062cea8d03c150cc9f202dc9d2c3eacd98181342.tar.gz
device_generic_opengl-transport-062cea8d03c150cc9f202dc9d2c3eacd98181342.tar.bz2
device_generic_opengl-transport-062cea8d03c150cc9f202dc9d2c3eacd98181342.zip
Merge ab/5111269 into master am: 816a8bb037 am: 6437e802bb
am: 6f55538523 Change-Id: I029c73dceadda59a3e96e5bf80f94da35104445d
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp18
1 files changed, 18 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 000000000..7f25a9135
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,18 @@
+//
+// Copyright (C) 2017 The Android Open Source Project
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+subdirs = [
+ "host",
+]