1*1789df15SXin Li// Copyright (C) 2008 The Android Open Source Project 2*1789df15SXin Li// 3*1789df15SXin Li// Licensed under the Apache License, Version 2.0 (the "License"); 4*1789df15SXin Li// you may not use this file except in compliance with the License. 5*1789df15SXin Li// You may obtain a copy of the License at 6*1789df15SXin Li// 7*1789df15SXin Li// http://www.apache.org/licenses/LICENSE-2.0 8*1789df15SXin Li// 9*1789df15SXin Li// Unless required by applicable law or agreed to in writing, software 10*1789df15SXin Li// distributed under the License is distributed on an "AS IS" BASIS, 11*1789df15SXin Li// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12*1789df15SXin Li// See the License for the specific language governing permissions and 13*1789df15SXin Li// limitations under the License. 14*1789df15SXin Li 15*1789df15SXin Lipackage { 16*1789df15SXin Li default_applicable_licenses: ["Android-Apache-2.0"], 17*1789df15SXin Li} 18*1789df15SXin Li 19*1789df15SXin Lijava_library_host { 20*1789df15SXin Li name: "hierarchyviewer", 21*1789df15SXin Li 22*1789df15SXin Li srcs: ["src/**/*.java"], 23*1789df15SXin Li java_resource_dirs: ["src/resources"], 24*1789df15SXin Li 25*1789df15SXin Li manifest: "etc/manifest.txt", 26*1789df15SXin Li libs: [ 27*1789df15SXin Li "ddmlib-prebuilt", 28*1789df15SXin Li "org-openide-util", 29*1789df15SXin Li "org-netbeans-api-visual", 30*1789df15SXin Li ], 31*1789df15SXin Li} 32