Merge "Merge remote-tracking branch 'aosp/upstream-master' into merge"
diff --git a/Android.bp b/Android.bp
index 5ae7a73..e192a63 100644
--- a/Android.bp
+++ b/Android.bp
@@ -795,10 +795,7 @@
name: "libupdate_engine_headers",
// This header library is available to core and product modules.
- // Right now, vendor_available is the only way to specify this.
- // vendor modules should NOT use this library.
- // TODO(b/150902910): change this to product_available.
- vendor_available: true,
+ product_available: true,
export_include_dirs: ["."],
apex_available: [
diff --git a/stable/Android.bp b/stable/Android.bp
index a415ac5..2b6a318 100644
--- a/stable/Android.bp
+++ b/stable/Android.bp
@@ -20,10 +20,7 @@
name: "libupdate_engine_stable",
// This header library is available to core and product modules.
- // Right now, vendor_available is the only way to specify this.
- // vendor modules should NOT use this library.
- // TODO(b/150902910): change this to product_available.
- vendor_available: true,
+ product_available: true,
srcs: [
"android/os/IUpdateEngineStable.aidl",