Introduce linaro_hikey960-userdebug build target

Add linaro_hikey960-userdebug build target hosted on
source.devboardsforandroid.linaro.org and synced as
device/linaro/hikey960* projects from a local manifest.

Change-Id: I75eebe494376a18b0887861d1aaf397f72bd21a6
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
diff --git a/gralloc960/Android.bp b/gralloc960/Android.bp
index 6939a52..735e4c9 100644
--- a/gralloc960/Android.bp
+++ b/gralloc960/Android.bp
@@ -1,15 +1,15 @@
 package {
     // See: http://go/android-license-faq
     // A large-scale-change added 'default_applicable_licenses' to import
-    // all of the 'license_kinds' from "device_linaro_hikey_license"
+    // all of the 'license_kinds' from "device_linaro_hikey960_license"
     // to get the below license kinds:
     //   SPDX-license-identifier-Apache-2.0
     //   SPDX-license-identifier-GPL-2.0
-    default_applicable_licenses: ["device_linaro_hikey_license"],
+    default_applicable_licenses: ["device_linaro_hikey960_license"],
 }
 
 cc_library_shared {
-    name: "hwcomposer.drm_hikey960",
+    name: "hwcomposer.drm_linaro_hikey960",
     defaults: ["hwcomposer.drm_defaults"],
     srcs: [
         ":drm_hwcomposer_common",