Switch to starlark http_file and archive

Change-Id: Ic5fdf21aef2100a1172496f08b631b83d108ec03
diff --git a/aos/build/queues.bzl b/aos/build/queues.bzl
index 26c2cf8..07a91e4 100644
--- a/aos/build/queues.bzl
+++ b/aos/build/queues.bzl
@@ -95,7 +95,7 @@
       name = name + '_' + src,
       src = src,
       q_deps = ':%s__q_deps' % name,
-      package_name = PACKAGE_NAME,
+      package_name = native.package_name(),
       visibility = ['//visibility:private'],
       compatible_with = compatible_with,
       restricted_to = restricted_to,