diff options
| author | Rashed Abdel-Tawab <rashed@linux.com> | 2018-02-02 19:39:50 -0800 |
|---|---|---|
| committer | SpiritCroc <dev@spiritcroc.de> | 2021-01-10 11:15:21 +0100 |
| commit | 7b97cf4052d25d2760323ed247f2813a10e4be3e (patch) | |
| tree | 0d215b4f2e5a366b266f1174580ee9ed6835ca12 | |
| parent | f52376986868e4dbc4a7a272b2cd938ab972b2cb (diff) | |
rhine-common: Set shipping API level via inherited makefile
* PRODUCT_SHIPPING_API_LEVEL is set there
Change-Id: I8adecfbaafb538277f6451a5dbc8abc279bf0c15
| -rw-r--r-- | rhine.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +$(call inherit-product, vendor/aicp/build/target/product/product_launched_with_j_mr2.mk) + # inherit from msm8974-common $(call inherit-product, device/sony/msm8974-common/msm8974.mk) |
