Add product_available to product available modules am: 6d121de1d4
Original change: https://android-review.googlesource.com/c/platform/system/update_engine/+/1495988
Change-Id: I5e376ef3207972636c2bed2334494db5c1cf53ea
diff --git a/Android.bp b/Android.bp
index ed704ff..888a4b4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -791,10 +791,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",