diff options
| author | Roman Kiryanov <rkir@google.com> | 2020-05-18 04:00:36 +0000 |
|---|---|---|
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-05-18 04:00:36 +0000 |
| commit | e1b732ae6f325335b011c5c2f936e4bee89c5a3a (patch) | |
| tree | 668ca7aa2cf8bfd4e6ed23a08e47eabccf954e44 | |
| parent | 1576034f2018994eebff35231924dded302259c1 (diff) | |
| parent | 34089badd73908a1e49afed02452b71bdacadbf3 (diff) | |
| download | device_generic_goldfish-opengl-e1b732ae6f325335b011c5c2f936e4bee89c5a3a.tar.gz device_generic_goldfish-opengl-e1b732ae6f325335b011c5c2f936e4bee89c5a3a.tar.bz2 device_generic_goldfish-opengl-e1b732ae6f325335b011c5c2f936e4bee89c5a3a.zip | |
Add d/g/goldfish-opengl soong namespace am: 34089badd7
Change-Id: I0bfabdd8f12755b693a230cc0573d3634e397a45
| -rw-r--r-- | Android.bp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp new file mode 100644 index 00000000..482e5a67 --- /dev/null +++ b/Android.bp @@ -0,0 +1,17 @@ +/* + * Copyright (C) 2020 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. + */ + +soong_namespace {} |
