History log of /frameworks/rs/support/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
252e16f4cd34d11577514b162a995bd9f4c9e053 10-Nov-2017 Aurimas Liutikas <aurimas@google.com> Fix import of android-support-annotations

Bug: 69161825
Change-Id: Id931b092690d4551a1225fa364d7453e37e8a853
/frameworks/rs/support/Android.mk
863237215cab4812df373b63ba3bbf2bc1d8647d 20-Jan-2017 Jean-Luc Brouillet <jeanluc@google.com> Cleanup makefiles and warning producing code.

Many entries in our makefiles are not needed:
- LOCAL_CPPFLAGS += -fno-exceptions is the default
- LOCAL_MODULE_TARGET_ARCH_WARN is obsolete
- LOCAL_CXX_STL:= libc++ is the default
- LOCAL_MODULE_TAGS := optional is the default
- LOCAL_IS_HOST_MODULE := true is the default if we're using
$include(BUILD_HOST_*). This can't be removed for the generated
subdirectories however without triggering a bug in Ninja.
- Removed the -ldl where not needed.
- LOCAL_CLANG is no longer needed.

Added -Werror -Wall -Wextra to a lot of targets and cleaned up
the code that created errors.

Removed some hacky code that would prevent tests/java_api from
being compiled except under special cicumstances.

Corrected some LOCAL_MODULE_TAGS that should have been set to tests.
Cleanup warning producing code.

Bug: 34265954
Test: Compiled the code.
Test: Ran the cpp test, imageprocessing_jb, and cts
Change-Id: I27da19b18a6c0ac3686bb8c93681e3d870d587fe
/frameworks/rs/support/Android.mk
e4f169c75de05c5623abb14ea1144a593f4be558 04-Jul-2016 Alan Viverette <alanv@google.com> Merge \"DO NOT MERGE ANYWHERE Revert \"Remove old API check artifacts, invoke gradle from old make target\"\" into nyc-support-24.1-dev
am: 8bb6268322 -s ours

Change-Id: Ib908eb87817d3707f7912df1edd3907b1b96202b
/frameworks/rs/support/Android.mk
4d476cd75cf6e5bd0512fdc4041b613268e7ff1e 01-Jul-2016 Alan Viverette <alanv@google.com> DO NOT MERGE ANYWHERE Revert "Remove old API check artifacts, invoke gradle from old make target"

This reverts commit 7b59d3ae599949c7c6b4c5806b4dda7f41147690 so that we
can build against nyc-dev.

Change-Id: Ifd60c2ff9bc97fa545f9196a62adb64ec7478759
/frameworks/rs/support/Android.mk
1af9cd2a9c34ebb2cde5be732662c7e75aa3e678 13-Jun-2016 Alan Viverette <alanv@google.com> Remove old API check artifacts, invoke gradle from old make target

Fixes paths in build.gradle so they are relative to the project root,
rather than the current directory.

Bug: 28124434
Change-Id: Ieeae97cd789a6addf3282f2c43cd754ca8e84c57
/frameworks/rs/support/Android.mk
b3be417bbcca8fa3677f5dfe3fecaa74419eb2bb 11-Jun-2016 Yigit Boyar <yboyar@google.com> Revert "Remove old API check artifacts, invoke gradle from old make target"

This reverts commit 009647bbfa5efef608d6a660fc8ba191d876b1ed.

Change-Id: I59deae2a7180f58bc0c770f7b3f70962c8d2f73f
/frameworks/rs/support/Android.mk
745632da01276084e1f8d4a158fc082b8d6cfcf6 09-Jun-2016 Alan Viverette <alanv@google.com> Remove old API check artifacts, invoke gradle from old make target

Fixes paths in build.gradle so they are relative to the project root,
rather than the current directory.

Bug: 28124434
Change-Id: I8cde9db47d60ec1220d35fce5ef6fd2c6e97b1f8
/frameworks/rs/support/Android.mk
3533e266fcb0650a8c9c06426d21a366584afdf9 22-Apr-2016 Alan Viverette <alanv@google.com> Clean up deprecation tags in support libraries

Also fixes renderscript and recyclerview docs builds.

Bug: 28339627
Bug: 28073702
Change-Id: I0f38cf82fe260de4488660c87aaed8d26265eeba
/frameworks/rs/support/Android.mk
fe8a19611350030b33616d24dd82b787cb07755c 26-Feb-2016 Miao Wang <miaowang@google.com> [RenderScript] Remove LOCAL_JACK_ENABLED := disabled

Bug: 27338966

- Now fw/rs/update_rs_prebuilts.sh explicitly ask JACK to produce the
jar file for support lib, LOCAL_JACK_ENABLED := disabled is not
necessary anymore.

Change-Id: I3aa199e86d253106bce7f47ecfc25b17e991e958
/frameworks/rs/support/Android.mk
33f1da73725953f6ac137641045f4b7ca692c031 25-Feb-2016 Neil Fuller <nfuller@google.com> Pin support libraries to Java 1.7 so they can be used with dx

The .jar artifacts must contain v51 class files to prevent them
being rejected by dx.

Bug: 26753820
Bug: 27353172
Bug: 27338966
Change-Id: I03a881a86bb6e3fcaa4ccb33e6c0615157ee363f
/frameworks/rs/support/Android.mk
39334625723d623af10c4a7f7a1bcc6ab6c4d787 15-Jan-2016 Yang Ni <yangni@google.com> Avoid absolute path loading .so after M

Bug: 26548955

Some apps have unpacked APKs, e.g., Google Camera. Using absolute path
for shared libraries provided by the app will prevent them from loading.
Fixed this by limiting usage of the absolute path to API levels older
than M.

Updated the bug number comment in the code so that they are clickable.

Bumped the SDK level to 23 for RenderScript support lib build, so that
we can use the proper API level constant defined in
android.os.Build.VERSION_CODES.

Change-Id: I9b6d9efed380e3e077e1efeabea324d4c01a7f0b
/frameworks/rs/support/Android.mk
e42b345de44d5520b772db2842123daa7699d75d 21-Aug-2015 Miao Wang <miaowang@google.com> am d33a7f25: am 77292f45: am 96f2013f: am dd6fab3f: [RenderScript] Make android-support-annotations not included as STATIC LIB.

* commit 'd33a7f2523fe15c7f0ea2a622dd674389679a91d':
[RenderScript] Make android-support-annotations not included as STATIC LIB.
5b32af71a874f2d83059d144dbfc9a47e85cc35c 20-Aug-2015 Miao Wang <miaowang@google.com> [RenderScript] Make android-support-annotations not included as STATIC
LIB.

Change-Id: Ibca9596a1f3a969497192155efe3d96107a61d0d
/frameworks/rs/support/Android.mk
89e3b74d6eaa6fe25a7b3325b0018623292d5e69 28-Jul-2015 Stephen Hines <srhines@google.com> am 0a0821b6: am d1517433: am 269b097e: am 17df691f: Merge "[RenderScript] Disable jack usage for when building RS prebuilts" into mnc-dev

* commit '0a0821b69671eb2702c845f36ba33a9529bd46c3':
[RenderScript] Disable jack usage for when building RS prebuilts
dc43aa3ca52e6202cdcfa0b413debfea7480d932 26-Jul-2015 Miao Wang <miaowang@google.com> [RenderScript] Disable jack usage for when building RS prebuilts

Bug: 22693954
Change-Id: Id45d498e1ec04bcef96cdac893ff214895562a67
/frameworks/rs/support/Android.mk
51d1f71bb9902be4036491e607c5eae83dbde848 25-Jul-2015 Stephen Hines <srhines@google.com> am 1486a846: am 62f13cc7: am 32985f8c: am 45a7a92f: Merge "Revert "Disable jack usage for the RS support library."" into mnc-dev

* commit '1486a8465b72727b8364b18616fb82d6e7a894ce':
Revert "Disable jack usage for the RS support library."
7c277c6d7ac002bcc9b5002dba022b7cd9b3f31b 25-Jul-2015 Stephen Hines <srhines@google.com> am e612b6e4: am 58d9f47a: am b563785d: am 3770fbc5: Merge "Disable jack usage for the RS support library." into mnc-dev

* commit 'e612b6e4e163e4fc252ee5234eab2cdf2201e546':
Disable jack usage for the RS support library.
1105c41bba8bb426b4c5dae90fd760a7edb53f1c 25-Jul-2015 Stephen Hines <srhines@google.com> Revert "Disable jack usage for the RS support library."

This reverts commit 4dc201c9e4ebcee8993a1c7ab67d321b245cfff2.

Change-Id: I891ffb66d4087b0fcfe68b6057e0cac7895f3211
/frameworks/rs/support/Android.mk
743af1144fc73b20b7da88aa8db07de312e37584 25-Jul-2015 Stephen Hines <srhines@google.com> Disable jack usage for the RS support library.

Bug: 22693954

We need classes.jar to be constructed for use with the prebuilts/sdk
version of our tools (for unbundled branches). Jack doesn't support that
model.

Change-Id: I55c8818e38f22aaf7d43db2dd286d931568367c5
/frameworks/rs/support/Android.mk
4cdf138479f39a1faa3a67ee8add1a24e1dca6d7 01-Jul-2015 Miao Wang <miaowang@google.com> am 1500f550: Merge "[RenderScript] Implement BLAS in support lib."

* commit '1500f5501bf2418b6f81917dfdae4847d70b4d9f':
[RenderScript] Implement BLAS in support lib.
8919a441f977cb787d244aa42cc2d4dda1cbfa11 13-May-2015 Miao Wang <miaowang@google.com> [RenderScript] Implement BLAS in support lib.

- Works in compat mode
- Native mode is enabled if targetSdkVersion >= 23 and deviceAPI >= 23
- As other intrinsics, if set targetSdkVersion = 21, Incremental
Support (hybrid mode) will be enabled on device running L or later.

bug: 21902810

(cherry picked from commit 8dab1e59827244f84ceb73c5eb24427223b58b21)

Change-Id: I62410d174a60ab2a284cc94e8a1f6fcd70b7e102
/frameworks/rs/support/Android.mk
cf76b25724b256ed3adb0fdd6d450ae64040f2ac 13-May-2015 Miao Wang <miaowang@google.com> [RenderScript] Implement BLAS in support lib.

- Works in compat mode
- Native mode is enabled if targetSdkVersion >= 23 and deviceAPI >= 23
- As other intrinsics, if set targetSdkVersion = 21, Incremental
Support (hybrid mode) will be enabled on device running L or later.

bug: 21902810

Change-Id: Ie867c7a521b10f27fd924a127e1a85ebd671b3dd
/frameworks/rs/support/Android.mk
3587447535df24714d1eec0c470db6c0ed68d370 15-May-2015 Miao Wang <miaowang@google.com> am a1494f8a: Merge "Revert "[RenderScript] fix support lib after Native RS API change.""

* commit 'a1494f8a9ac27e1eb55c501860ab65413b362a47':
Revert "[RenderScript] fix support lib after Native RS API change."
c65969bb29c1d46c047747e15a57efa89cee8bfe 15-May-2015 Miao Wang <miaowang@google.com> Revert "[RenderScript] fix support lib after Native RS API change."

This reverts commit 73eb8f6b35aa1d93e0cb026997df43d3b5275c6e.

Change-Id: I8caa70e92d9689c3db8af5b00873dfd1bb267ded
/frameworks/rs/support/Android.mk
788e29f6b9578f2713331635d4997ad6f6b3d795 14-May-2015 Miao Wang <miaowang@google.com> [RenderScript] fix support lib after Native RS API change.

- fix reflection after native RS getMinorID() renamed to getMinorVersion()

bug: 21132592
Change-Id: Ibb164a320348002aad318649f3287abfcee4541a
/frameworks/rs/support/Android.mk
812a493746c6cc3ab238603ff35984650f9171f2 14-May-2015 Miao Wang <miaowang@google.com> [RenderScript] fix support lib after Native RS API change.

- fix reflection after native RS getMinorID() renamed to getMinorVersion()

bug: 21132592
Change-Id: Ibb164a320348002aad318649f3287abfcee4541a
/frameworks/rs/support/Android.mk
7936b37a055df44cc5f1c2ded98948ce0925437e 15-Apr-2015 Miao Wang <miaowang@google.com> [RenderScript] Add support lib API check to RenderScript compat lib.

Change-Id: If00e2fbd3cc0f91fb5d592ce17a4da2a6cafa097
/frameworks/rs/support/Android.mk
7c0de6383be18a1dae1297c54c56f3d9afbeaaad 06-Mar-2015 Miao Wang <miaowang@google.com> [RenderScript] Add additional check for determining whether to use
native RS.

Workaround for Incremental Support lib on KK.
- if targetSdkVersion > device API version, always use compat mode
to gain access to all the intrinsics.
- For developers intended to use intrinsics introduced later than KK
Need to set the targetSdkVersion > KK, which is running in compat
mode.
- Otherwise on KK, be able to run scripts and intrinsics<=19, in native
mode.

Change-Id: Ie00ab8b05d274b46cafd71d1347ef7ac4e91aca7
/frameworks/rs/support/Android.mk
470b3b5b70ec71042d30004747c625ca76c4007a 10-Oct-2014 Miao Wang <miaowang@google.com> Rewrite the support lib to switch compat lib over to dispatch table.

- Thunker classes are no longer needed.

Change-Id: If6f418828183ce18e307903e77ef1a5a5960a23a
/frameworks/rs/support/Android.mk
ef07ae1f5fbf33e4ec1805dd1dc5292182e57667 11-Sep-2014 Tim Murray <timmurray@google.com> am b4502dae: am 179158fa: Switch RS support lib to use LOCAL_SDK_VERSION.

* commit 'b4502dae8f0d0e606c685d8311f170a635e536d8':
Switch RS support lib to use LOCAL_SDK_VERSION.
cf24a427a60bf21755c6493623a1014105849b5b 03-Sep-2014 Tim Murray <timmurray@google.com> Switch RS support lib to use LOCAL_SDK_VERSION.

The RS support lib wasn't setting LOCAL_SDK_VERSION, which caused
problems where hidden specialized system methods would be used on
devices without said methods.

bug 17189604

Change-Id: Iea51308625fe19c03e3302e3106e1a7c3e1cbc25
/frameworks/rs/support/Android.mk
c7fc825a975e4e9d50ad216c947199686f1cfd06 23-Jul-2014 Chris Wailes <chriswailes@google.com> Added C++11 flag to RS support.

Change-Id: I0d3a0da0407e52ef3b318934024dbc343d476751
/frameworks/rs/support/Android.mk
8ad3129f49190c52174bb90973d13b0eb3b23b4e 13-Aug-2014 Stephen Hines <srhines@google.com> Revert "Added C++11 flag to RS support."

This reverts commit 36320ae618fac6a04fc685bb48f5d2eedfad4370.

Change-Id: If04dcc513cb403e8404f4083bc93111c5e5afcaa
/frameworks/rs/support/Android.mk
69205ce47bee7cf2b316d21cacd605e9d57d2621 23-Jul-2014 Chris Wailes <chriswailes@google.com> Added C++11 flag to RS support.

Change-Id: I77e4b155cc7ca1581b05bf901c70ae53a9ff0b12
/frameworks/rs/support/Android.mk
d3dc1175800d5c6f11ed3d359c9e25918f3fc654 31-May-2013 Stephen Hines <srhines@google.com> Merge commit '2d3cde7a' into manualmerge

Conflicts:
v8/renderscript/Android.mk

Change-Id: Iadff57ac79be669ac21a3e228d035080878b4ecc
/frameworks/rs/support/Android.mk
c89ad4606ae29e103b85bdfc40c57e36c8877dba 29-May-2013 Scott Main <smain@google.com> re-organize renderscript support lib to match organization patterns

Bug: 9188088

Change-Id: I8ef73a288aa0dc6dc92adbe64389dc6dee3ed807
/frameworks/rs/support/Android.mk